diff options
Diffstat (limited to 'conf/supervisord.conf')
| -rw-r--r-- | conf/supervisord.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/supervisord.conf b/conf/supervisord.conf new file mode 100644 index 0000000..5b5ec9f --- /dev/null +++ b/conf/supervisord.conf @@ -0,0 +1,7 @@ +[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/ +user=www +autostart=true +autorestart=true +redirect_stderr=True |
