ihatemoney/conf/supervisord.conf
Jocelyn Delalande df5f9d50c6 Fix conf files to reflect module renaming
Python module was renamed budget → ihatemoney (see #243 and 6923367).
Now, "budget" relates to nothing.
2017-07-26 16:03:38 +02:00

7 lines
223 B
Text

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