Created
November 4, 2016 10:10
-
-
Save lovelock/799910f1c3ebab4544e483ef93191aa5 to your computer and use it in GitHub Desktop.
使用supervisord维持一个需要自动重启的进程的模板
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
[program:storm-nimbus] | |
command=/opt/apache/storm/bin/storm nimbus | |
directory=/opt/apache/storm | |
autostart=true | |
autorestart=true | |
user=hadoop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment