
Eats and spits code by day
To remove daemons from starting up on boot use the following command:
sudo update-rc.d servicename remove
where servicename is the name of the service. To add the service to start up:
sudo update-rc.d servicename defaults
To see all your services go to /etc/rcX where X is the runtime number (usually from 0-6).
.d
Related posts: