mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Simplify path to systemctl in service restart
This commit is contained in:
parent
eb0608f1f2
commit
7bdf34ac71
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ After=network.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service
|
||||
ExecStart=systemctl restart wg-quick@wg0.service
|
||||
|
|
Loading…
Reference in a new issue