Skip to content

Instantly share code, notes, and snippets.

@m0n5t3r
Created August 29, 2010 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m0n5t3r/556329 to your computer and use it in GitHub Desktop.
Save m0n5t3r/556329 to your computer and use it in GitHub Desktop.
# upstart job for supervisord
description "supervisord process supervisor"
author "Sabin Iacob <iacobs@m0n5t3r.info>"
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