LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to start, stop, turn on, and turn off deamons (https://www.linuxquestions.org/questions/debian-26/how-to-start-stop-turn-on-and-turn-off-deamons-353766/)

BuckRogers01 08-16-2005 06:42 AM

How to start, stop, turn on, and turn off deamons
 
Hi, I can't seem to find how to start, stop, turn on, and turn off deamons in debian. in FC is was:
# service ...... start/stop
# chkconfig ....... on/off

But what is it in debian?

Cheers, Buck

Dead Parrot 08-16-2005 07:31 AM

The easiest way:
/etc/init.d/service_name start/stop/restart

The debian cli tools:
man invoke-rc.d
man update-rc.d

A gui tool in testing/unstable:
apt-get install bum
http://www.marzocca.net/Immagini/bum1_new.jpg

BuckRogers01 08-16-2005 07:34 AM

Thanks

yanik 08-16-2005 09:39 AM

and there's also the cli tool sysv-rc-conf that let you turn off services in all rcX, even rc.S, which bum doesn't let you. Just apt-get it


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