Stop Services / Daemons Starting Up In Ubuntu
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
.d
where X is the runtime number (usually from 0-6).
Howto start stop services
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Linux and tagged
Daemons,
runtime,
service,
Ubuntu. Bookmark the
permalink.