Created
May 14, 2009 02:49
-
-
Save akrito/111438 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# svscan - daemontools | |
# | |
# This service starts daemontools from the point the system is | |
# started until it is shut down again. | |
start on runlevel 2 | |
start on runlevel 3 | |
start on runlevel 4 | |
start on runlevel 5 | |
stop on shutdown | |
exec /usr/bin/svscanboot | |
respawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment