mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
systemd/user/protonvpn: disable timeouts, restart on failure
This commit is contained in:
parent
6f8c7de6af
commit
6870d6ce77
@ -9,6 +9,8 @@ Type=forking
|
||||
ExecStartPre=sleep 60
|
||||
ExecStart=protonvpn-cli connect --p2p
|
||||
# ExecStop runs after forking leading into immediate disconnect!
|
||||
TimeOutSec=infinity
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Loading…
Reference in New Issue
Block a user