blob: 605f39d9215e5c0cd5e2f4e0ed09520c94a9bfaa (
plain)
1
2
3
4
5
6
|
[program:ihatemoney]
command={{ bin_path }}/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
user=ihatemoney
autostart=true
autorestart=true
redirect_stderr=true
|