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

13 lines
252 B
SYSTEMD
Raw Normal View History

2021-12-22 10:37:22 +01:00
[Unit]
Description=WireGuard on %I
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
[Service]
Type=oneshot
2021-12-22 14:45:00 +01:00
User=root
2021-12-22 10:37:22 +01:00
ExecStart=/bin/systemctl restart wg-quick@%I.service
[Install]
WantedBy=multi-user.target