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

Appease linter with service User

This commit is contained in:
tituspijean 2021-12-22 14:45:00 +01:00
parent b147c0c7cb
commit 5e1dc05032
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -5,6 +5,7 @@ Wants=network-online.target nss-lookup.target
[Service]
Type=oneshot
User=root
RemainAfterExit=yes
ExecStart=/bin/systemctl restart wg-quick@%I.service
ExecStop=/bin/systemctl stop wg-quick@%I.service