ihatemoney/conf/supervisord.conf
Jocelyn Delalande b4b176e706 BREAKING CHANGE: Rename supervisor program
To match `budget` name disparition (package got renamed in #243).

This should be mentioned in upgrade guide.

ref #243 #264
2017-09-05 23:58:41 +02:00

6 lines
191 B
Text

[program:ihatemoney]
command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
user=www
autostart=true
autorestart=true
redirect_stderr=True