PDA

View Full Version : startup Services


markr
September 23rd, 2005, 05:54 AM
When I was using Fedora, they had a very useful utility that allowed you to see all the services that were started at boot, and allow you to disable them if required (like scheduling, or Network clock sync for example).

Does Ubuntu have a similar feature?

Mark.

jamesford
September 23rd, 2005, 05:59 AM
install boot-up manager (BUM)

frodon
September 23rd, 2005, 06:01 AM
It's not the good place for questions [-X
However what you need is BUM (http://ubuntuforums.org/showthread.php?t=42129).

ronin69hof
September 23rd, 2005, 06:27 AM
You can also cd to /etc/init.d and do:

update-rc.d -f "servicename" remove

but be sure what you are removing before you kill your system


ronin