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:
parent
8b600e53d1
commit
62f9ad30cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue