Skip to content

Instantly share code, notes, and snippets.

@shinofara
Created July 1, 2013 01:59
Show Gist options
  • Save shinofara/5897907 to your computer and use it in GitHub Desktop.
Save shinofara/5897907 to your computer and use it in GitHub Desktop.
daemontoolsの代替として最近使い出したスーパーサーバーSupervisorの導入 ref: http://qiita.com/shinofara@github/items/3b65c66f47f37692cf9b
description "supervisord"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec /usr/bin/supervisord -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment