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