Skip to content

Instantly share code, notes, and snippets.

@akrito
Created May 14, 2009 02:49
Show Gist options
  • Save akrito/111438 to your computer and use it in GitHub Desktop.
Save akrito/111438 to your computer and use it in GitHub Desktop.
# 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