forked from nihilist/blog-contributions
14 lines
228 B
SYSTEMD
14 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=ProtonVPN-CLI auto-connect
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/protonvpn connect -f
|
||
|
Environment=PVPN_WAIT=300
|
||
|
Environment=PVPN_DEBUG=1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|