calendar-social/ansible/roles/gunicorn/templates/supervisor.conf.j2

8 lines
278 B
Plaintext
Raw Permalink Normal View History

2018-06-27 08:17:56 +00:00
[program:gunicorn]
command=pipenv run gunicorn wsgi:app -c /etc/gunicorn/gunicorn.conf --pythonpath {{ application_path }}
directory={{ application_path }}
user={{ user_name }}
group={{ group_name }}
autorestart=true
autostart={{ autostart | bool | lower }}
redirect_stderr=true