blob: 8d3ac70e8e8ae8643f9e98cd2ca169eaa2d0a005 (
plain)
1
2
3
4
5
6
|
[program:ihatemoney]
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
|