Skip to content

Instantly share code, notes, and snippets.

@soundkitchen
Created September 11, 2012 08:05
Show Gist options
  • Save soundkitchen/3696811 to your computer and use it in GitHub Desktop.
Save soundkitchen/3696811 to your computer and use it in GitHub Desktop.
supervisor 用の upstart な conf
# supervisor.
description "supervisor"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec /usr/local/bin/supervisord --nodaemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment