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