This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=WG_ENDPOINT_RESOLUTION_RETRIES=infinity
-
ExecReload=/bin/bash -c 'exec /usr/bin/wg syncconf %i <(exec /usr/bin/wg-quick strip %i)'
-
ExecStart=/usr/bin/wg-quick up %i
-
ExecStop=/usr/bin/wg-quick down %i
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
After=network-online.target nss-lookup.target
-
Description=WireGuard via wg-quick(8) for %I
-
Documentation=man:wg-quick(8) man:wg(8) https://www.wireguard.com/ https://www.wireguard.com/quickstart/ https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8 https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8
-
PartOf=wg-quick.target
-
Wants=network-online.target nss-lookup.target
-
Additionnal notes
Nothing here.