forked from gergely/calendar-social
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
|
[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
|