blob: 98bb4eb4994ff653a3b94f55c94da109b77822de (
plain)
1
2
3
4
5
6
|
[program:budget]
command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
user=www
autostart=true
autorestart=true
redirect_stderr=True
|