Take apache for example:
Disable - update-rc.d -f apache2 remove
update-rc.d -f apache2 remove
Enable - update-rc.d apache2 defaults
update-rc.d apache2 defaults
Back to posts