LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Control of services at startup in Etch (https://www.linuxquestions.org/questions/debian-26/control-of-services-at-startup-in-etch-570007/)

altella 07-17-2007 02:07 AM

Control of services at startup in Etch
 
Hello;

I am using Debian for the first time, and I would like to know how to manage the services loaded at startup in this genial distro.
I would like to know how to remove services from startup, or how to add a new one to be loaded when booting.

Thank you very much in advance,

Regards

AlucardZero 07-17-2007 09:28 AM

Code:

man update-rc.d
For something easier..

Code:

aptitude install sysv-rc-conf
sysv-rc-conf


fhleung 07-17-2007 09:49 AM

use update-rc.d e.g. to start a program at boot time

Code:

#update-rc.d servicename defaults
To stop a program from running at boot time,
Code:

#update-rc.d -f servicename remove


All times are GMT -5. The time now is 02:42 AM.