Help on daemontools
Revision as of 11:33, 10 February 2015 by Jgvictores (talk | contribs)
Install on Ubuntu
sudo apt-get install daemontools daemontools-run csh
"daemontools" can be activated in "/etc/rc.local" through the line (before exit):
/bin/csh -cf '/usr/bin/svscanboot &'
Monitoring
Get the status of, say, a 'yarprun' service with:
sudo svstat /etc/service/yarprun
You can get some log messages for debugging with:
ps aux | grep readproctitle