Skip to content

Instantly share code, notes, and snippets.

@charlax
Created September 13, 2011 02:49
Show Gist options
  • Save charlax/1213031 to your computer and use it in GitHub Desktop.
Save charlax/1213031 to your computer and use it in GitHub Desktop.
To save in /etc/init/supervisord.conf
description "supervisord"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec /usr/local/bin/supervisord --nodaemon --configuration /etc/supervisord.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment