Jump to content

Recommended Posts

Posted

In gentoo I do

 

rc-update add  default

 

to add a service to the default runlevel... Its similar to remove a service. I cant seem to figure out the ubuntu equivalent

 

Since upgrading to the latest version of ubuntu openvpn starts automatically every session which isn't what I want, how can i stop it from starting up all the time.

Posted

robert@rubuntu:~$ sudo update-rc.d -f openvpn remove
Removing any system startup links for /etc/init.d/openvpn ...
  /etc/rc0.d/K80openvpn
  /etc/rc1.d/K80openvpn
  /etc/rc2.d/K80openvpn
  /etc/rc3.d/K80openvpn
  /etc/rc4.d/K80openvpn
  /etc/rc5.d/K80openvpn
  /etc/rc6.d/K80openvpn

 

sorted cheers :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...