jgsch

Results 4 comments of jgsch

I add `@reboot sudo pvpn -f` to crontab using `sudo crontab -e` But after the startup, I have (with `sudo pvpn -status`): ``` [OpenVPN Status]: Not Running [ProtonVPN Status]: Running...

> @jGsch you have to do `sudo crontab -e` and put this text in the begining of the file: > > ``` > SHELL=/bin/sh > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > ``` > >...

> Yes, I'll help. Do you want protonvpn to autostart on all of your users, or just in one or some of the users? For all users, it's perfect! >...

> Do this and put this file in your systemd service folder named as protonvpn.service. Then you just have to systemctl enable protonvpn to make the service run at boot....