Skip to content

Commit

Permalink
modify supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed Dec 4, 2017
1 parent eb6679b commit b5d0f23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,12 @@ startsecs=3
stdout_logfile = /var/log/web/workeraccess.log
stderr_logfile = /var/log/web/workererror.log
stopasgroup=true
[program:worker4]
directory=/opt/webterminal
command=python manage.py runworker
autostart=true
autorestart=true
startsecs=3
stdout_logfile = /var/log/web/workeraccess.log
stderr_logfile = /var/log/web/workererror.log
stopasgroup=true

0 comments on commit b5d0f23

Please sign in to comment.