diff --git a/conf/supervisord.conf b/conf/supervisord.conf index 98bb4eb4..8d3ac70e 100644 --- a/conf/supervisord.conf +++ b/conf/supervisord.conf @@ -1,4 +1,4 @@ -[program:budget] +[program:ihatemoney] command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application user=www autostart=true