diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/supervisord.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/supervisord.conf b/conf/supervisord.conf index 742759e..ec2d452 100644 --- a/conf/supervisord.conf +++ b/conf/supervisord.conf @@ -1,5 +1,5 @@ [program:budget] -command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py budget:app +command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py run:app directory=/path/to/your/app/budget/ user=www autostart=true |
