You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
509 B
INI
19 lines
509 B
INI
[Unit]
|
|
Description=WireGuard Backbone for %I
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
Documentation=man:wg(8)
|
|
Documentation=https://www.wireguard.io/
|
|
Documentation=https://www.wireguard.io/quickstart/
|
|
Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg-quick.8
|
|
Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg.8
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/wireguard/upbb%i.sh
|
|
ExecStop=/etc/wireguard/downbb%i.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|