Connection service for ProtonVPN using a systemd
process.
- ProtonVPN account and user credentials
- Install the ProtonVPN-CLI - https://protonvpn.com/support/linux-vpn-tool/
- Superuser rights to create systemd service
Download and execute the shell script - (you may need to chmod +x
first to be able to execute)
sudo systemctl daemon-reload
sudo systemctl enable protonvpn.service
sudo systemctl start protonvpn.service
View the service logs
sudo systemctl status protonvpn.service
Or
sudo journalctl -xe