** Description changed:

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

-- 
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. 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

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-server-tips
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-server-tips
More help   : https://help.launchpad.net/ListHelp

Reply via email to