Last active
August 20, 2019 21:31
-
-
Save alexandre1985/50f8959333584f7a98dc4c51101a9739 to your computer and use it in GitHub Desktop.
My ProtonVPN service unit file (for Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=ProtonVPN | |
After=syslog.target network-online.target | |
Wants=network-online.target | |
[Service] | |
Type=forking | |
ExecStart=/usr/bin/sudo /home/daniel/bin/protonvpn-cli -f | |
ExecStop=/usr/bin/sudo /home/daniel/bin/protonvpn-cli -d | |
ExecReload=/usr/bin/sudo /home/daniel/bin/protonvpn-cli -f | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment