aboutsummaryrefslogtreecommitdiff
path: root/conf/supervisord.conf
blob: ec2d452f1f860551462cf0eb942ef6dfa1c2bb25 (plain)
1
2
3
4
5
6
7
[program:budget]
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
autorestart=true
redirect_stderr=True