18 lines
375 B
SYSTEMD
18 lines
375 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wireguard
|
||
|
After=network-online.target vpnclient-mount.service
|
||
|
Requires=network-online.target
|
||
|
Requisite=wireguard-mount.service
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
Type=oneshot
|
||
|
EnvironmentFile=/snacks/wireguard/env
|
||
|
ExecStart=/snacks/wireguard/scripts/connect_basic.py
|
||
|
NetworkNamespacePath=/run/vpn/net
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|