Difference between revisions of "Help on daemontools"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  sudo apt-get install daemontools daemontools-run csh
 
  sudo apt-get install daemontools daemontools-run csh
  
"daemontools" can be activated in "rc.local" through the line (before exit):
+
"daemontools" can be activated in "/etc/rc.local" through the line (before exit):
  
 
  /bin/csh -cf '/usr/bin/svscanboot &'
 
  /bin/csh -cf '/usr/bin/svscanboot &'

Revision as of 16:21, 6 February 2015

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 &'

[1]

[2]