1
0
Fork 0
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:
tituspijean 2021-12-21 18:25:55 +01:00
parent eb0608f1f2
commit 7bdf34ac71
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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