I am using Ubuntu 12.04.2 LTS, 64-bit, OpenVPN client 2.3.1
How do I prevent OpenVPN from autostarting at boot-up or reboot?
I am using Ubuntu 12.04.2 LTS, 64-bit, OpenVPN client 2.3.1
How do I prevent OpenVPN from autostarting at boot-up or reboot?
You have two options:
Run:
Then you'll have to run
sudo service openvpn start
to manually start the VPN.Or edit the file /etc/default/openvpn
And uncomment the line:
So it looks like:
Then you'll have to run
sudo service openvpn start <vpn-name>
to manually start the VPN.<vpn-name>
is the config file name without.conf
.