Created
October 26, 2010 19:48
-
-
Save tdavis/647631 to your computer and use it in GitHub Desktop.
supervisord upstart file
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
| description "supervisord" | |
| start on runlevel [2345] | |
| stop on runlevel [016] | |
| expect fork | |
| respawn | |
| exec /usr/local/bin/supervisord |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment