wg-quicker/init/systemd/wg-quicker@.service
Marvin Steadfast 367007267f
All checks were successful
continuous-integration/drone/push Build is passing
adds init files
2021-01-25 10:53:58 +01:00

17 lines
379 B
Desktop File

[Unit]
Description=WireGuard via wg-quicker for %I
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
PartOf=wg-quick.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/wg-quicker up %i
ExecStop=/usr/local/bin/wg-quicker down %i
ExecReload=/usr/bin/local/wg-quicker sync %i
[Install]
WantedBy=multi-user.target