Difference between revisions of "Help on daemontools"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | == Install on Ubuntu == | ||
+ | |||
sudo apt-get install daemontools daemontools-run csh | sudo apt-get install daemontools daemontools-run csh | ||
Line 4: | Line 6: | ||
/bin/csh -cf '/usr/bin/svscanboot &' | /bin/csh -cf '/usr/bin/svscanboot &' | ||
+ | |||
+ | == Monitoring == | ||
+ | |||
+ | You can get some info off | ||
+ | |||
+ | ps aux | grep readproctitle | ||
---- | ---- | ||
− | [http://blog.teksol.info/pages/daemontools/tutorial] | + | [http://blog.teksol.info/pages/daemontools/tutorial help (link 1)] |
− | [http://crossbar.io/docs/Automatic-startup-and-restart/] | + | [http://crossbar.io/docs/Automatic-startup-and-restart/ help (link 2)] |
Revision as of 11:31, 10 February 2015
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
You can get some info off
ps aux | grep readproctitle