← Back to team overview

ubuntu-server-tips team mailing list archive

[Bug 413061] Re: Server Tip - update-rc.d

 

How about this:

To deactivate a service at boot, for example,  apache2: sudo update-rc.d
-f  apache2 remove. To activate the service at boot: sudo update-rc.d
apache2 install defaults

-- 
Server Tip - update-rc.d
https://bugs.launchpad.net/bugs/413061
You received this bug notification because you are a member of Ubuntu
Server Tips, which is subscribed to Ubuntu Server Tips.

Status in Ubuntu Server Tips: Incomplete

Bug description:
Ubuntu Server Tip:  Use sudo update-rc.d to manage which services launch at boot.