Boot

Controlling Services

All the startup scripts are in /etc/init.d/ directory

To add a service (services must be in /etc/init.d folder

 update-rc.d <nameoftheservice> defaults

To remove it

 update-rc.d <nameoftheservice> remove