aboutsummaryrefslogtreecommitdiff
path: root/conf/supervisord.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/supervisord.conf')
-rw-r--r--conf/supervisord.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/supervisord.conf b/conf/supervisord.conf
index 1b5dbbf..98bb4eb 100644
--- a/conf/supervisord.conf
+++ b/conf/supervisord.conf
@@ -1,6 +1,5 @@
[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/budget/
+command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
user=www
autostart=true
autorestart=true