mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
12 lines
252 B
Desktop File
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
|