1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
wireguard_ynh/conf/wireguard@.service
2022-02-20 18:13:48 +00:00

12 lines
252 B
Desktop File

[Unit]
Description=WireGuard on %I
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
[Service]
Type=oneshot
User=root
ExecStart=/bin/systemctl restart wg-quick@%I.service
[Install]
WantedBy=multi-user.target