jotyGill / openpyn-nordvpn

Easily connect to and switch between, OpenVPN servers hosted by NordVPN on Linux (+patch leakes)
GNU General Public License v3.0
628 stars 114 forks source link

Openpyn Autostart on Debian #286

Closed larry77 closed 2 years ago

larry77 commented 3 years ago

Dear All, Not really an issue but a question. I upgraded and reinitialized openpyn to version 3.

`$ sudo systemctl start openpyn

$ sudo systemctl enable openpyn Created symlink /etc/systemd/system/multi-user.target.wants/openpyn.service → /etc/systemd/system/openpyn.service.`

Now nordvpn autostarts with the saved configuration every time I boot my machine. If I want to change this behaviour, i.e. I do not want openpyn to establish automatically a connection to nordvpn when I log into my machine, what am I supposed to do? Many thanks!

Serrgee commented 2 years ago

Hello,

Disable autostart by the command: sudo systemctl disable openpyn

larry77 commented 2 years ago

Thanks!