Skip to content

Instantly share code, notes, and snippets.

@myster-t
Created September 9, 2013 17:43
Show Gist options
  • Save myster-t/6498998 to your computer and use it in GitHub Desktop.
Save myster-t/6498998 to your computer and use it in GitHub Desktop.
Supervisord Upstart script (Amazon Linux)
description "supervisor"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 5 2
expect fork
script
exec /usr/bin/supervisord --configuration /etc/supervisord.conf
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment