1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

[fix] use /bin/systemctl to start service

This commit is contained in:
tituspijean 2020-11-16 22:02:56 +01:00
parent 8b600e53d1
commit 62f9ad30cb

View file

@ -4,4 +4,4 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service
ExecStart=/bin/systemctl restart wg-quick@wg0.service