Skip to content

Commit

Permalink
Update config-supervisord.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstmeister committed Jul 13, 2014
1 parent 76d429b commit ec56e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storm/config-supervisord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ echo [program:storm-$1] | tee -a /etc/supervisor/conf.d/storm-$1.conf
echo command=storm $1 | tee -a /etc/supervisor/conf.d/storm-$1.conf
echo directory=/home/storm | tee -a /etc/supervisor/conf.d/storm-$1.conf
echo autorestart=true | tee -a /etc/supervisor/conf.d/storm-$1.conf
echo user=storm | tee -a /etc/supervisor/conf.d/storm-$1.conf
echo user=root | tee -a /etc/supervisor/conf.d/storm-$1.conf

0 comments on commit ec56e50

Please sign in to comment.