[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