Skip to content

Instantly share code, notes, and snippets.

@lovelock
Created November 4, 2016 10:10
Show Gist options
  • Save lovelock/799910f1c3ebab4544e483ef93191aa5 to your computer and use it in GitHub Desktop.
Save lovelock/799910f1c3ebab4544e483ef93191aa5 to your computer and use it in GitHub Desktop.
使用supervisord维持一个需要自动重启的进程的模板
[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