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:
parent
b147c0c7cb
commit
5e1dc05032
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Wants=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
User=root
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/bin/systemctl restart wg-quick@%I.service
|
ExecStart=/bin/systemctl restart wg-quick@%I.service
|
||||||
ExecStop=/bin/systemctl stop wg-quick@%I.service
|
ExecStop=/bin/systemctl stop wg-quick@%I.service
|
||||||
|
|
Loading…
Add table
Reference in a new issue