mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
14 lines
321 B
Desktop File
14 lines
321 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
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/systemctl restart wg-quick@%I.service
|
|
ExecStop=/bin/systemctl stop wg-quick@%I.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|