correct runtime path
This commit is contained in:
parent
1ea36d66eb
commit
9c93165c27
@ -7,7 +7,7 @@ After=network.target
|
|||||||
PIDFile=/run/gunicorn-{{name}}/pid
|
PIDFile=/run/gunicorn-{{name}}/pid
|
||||||
User={{exec_user}}
|
User={{exec_user}}
|
||||||
Group={{exec_group}}
|
Group={{exec_group}}
|
||||||
RuntimeDirectory=gunicorn
|
RuntimeDirectory=gunicorn-{{name}}
|
||||||
WorkingDirectory={{source_location}}
|
WorkingDirectory={{source_location}}
|
||||||
ExecStart={{venv_location}}{{venv_name}}/bin/gunicorn --workers=4 --pid /run/gunicorn-{{name}}/pid \
|
ExecStart={{venv_location}}{{venv_name}}/bin/gunicorn --workers=4 --pid /run/gunicorn-{{name}}/pid \
|
||||||
--bind unix:/run/gunicorn-{{name}}/socket run:app
|
--bind unix:/run/gunicorn-{{name}}/socket run:app
|
||||||
|
Loading…
Reference in New Issue
Block a user