Created
August 29, 2010 14:22
-
-
Save m0n5t3r/556329 to your computer and use it in GitHub Desktop.
This file contains 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
# upstart job for supervisord | |
description "supervisord process supervisor" | |
author "Sabin Iacob <[email protected]>" | |
start on runlevel [2345] | |
stop on runlevel [016] | |
respawn | |
respawn limit 10 5 | |
exec /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment