LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Running daemontools (https://www.linuxquestions.org/questions/linux-software-2/running-daemontools-687689/)

gokahd 12-02-2008 05:41 AM

Running daemontools
 
Hi everybody i have successfully installed daemontools on fedora linux.
My problem is that how do i run daemontools or in otherwords how do i know
that it is working.

Any help provided is deeply appreciated. Thanks.

bathory 12-02-2008 07:11 AM

Usually daemontools are started through /etc/init.d or /etc/inittab depending on distro. For example in my Slackware where inittab is used there is he following line at the end of the file:
Code:

SV:123456:respawn:/command/svscanboot
I guess in Fedora /etc/init.d is used instead.
To see if daemontools are running you can run:
Code:

ps -ef|grep svscan
ps -ef|grep supervise



All times are GMT -5. The time now is 12:49 PM.