From 83a59fba10d92611c09be23be74124de1df36f54 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 17:37:10 +0000 Subject: update the path to the app for all conf files --- conf/supervisord.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/supervisord.conf') diff --git a/conf/supervisord.conf b/conf/supervisord.conf index 5b5ec9f..742759e 100644 --- a/conf/supervisord.conf +++ b/conf/supervisord.conf @@ -1,6 +1,6 @@ -[program:fractals] -command=/usr/local/www/notmyidea.org/fractals/venv/bin/gunicorn -c /usr/local/www/notmyidea.org/fractals/gunicorn.conf.py budget:app -directory=/usr/local/www/notmyidea.org/fractals/budget/ +[program:budget] +command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py budget:app +directory=/path/to/your/app/budget/ user=www autostart=true autorestart=true -- cgit v1.1