Created
July 1, 2013 01:59
-
-
Save shinofara/5897907 to your computer and use it in GitHub Desktop.
daemontoolsの代替として最近使い出したスーパーサーバーSupervisorの導入 ref: http://qiita.com/shinofara@github/items/3b65c66f47f37692cf9b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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