← Back to team overview

ubuntu-server-tips team mailing list archive

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

 

Great, thanks a lot.

** Changed in: ubuntu-server-tips
       Status: Incomplete => Confirmed

-- 
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: Confirmed

Bug description:
Ubuntu Server Tip:  Use sudo update-rc.d to manage which services launch at boot. 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