Skip to content

Commit

Permalink
Update supervisor template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Feb 4, 2015
1 parent b852f43 commit c50a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kegberry/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
programs=gunicorn,celery,kegbot_core,kegboard_daemon
[program:gunicorn]
command=su -l $USER -c '$SERVER_VENV/bin/kegbot run_gunicorn --settings=pykeg.settings --timeout=120 -w 2'
command=su -l $USER -c '$SERVER_VENV/bin/gunicorn pykeg.web.wsgi:application --timeout=120 -w 2'
directory=$HOME_DIR
autostart=true
autorestart=true
Expand Down

0 comments on commit c50a156

Please sign in to comment.