Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 791 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 791 Bytes

protonvpn-systemd

Connection service for ProtonVPN using a systemd process.

Dependencies

Instructions

Create service

Download and execute the shell script - (you may need to chmod +x first to be able to execute)

Reload systemd catalog

sudo systemctl daemon-reload

Enable and start the service

sudo systemctl enable protonvpn.service
sudo systemctl start protonvpn.service

Troubleshooting

View the service logs

sudo systemctl status protonvpn.service

Or

sudo journalctl -xe