Hubs: fix playbook strikes back
This commit is contained in:
parent
445d4f0919
commit
2bb12e25e6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Documentation=https://pagure.io/fedora-hubs/
|
|||
[Service]
|
||||
ExecStart= \
|
||||
{{ hubs_venv_dir }}/bin/python \
|
||||
/usr/bin/gunicorn -b 127.0.0.1:8000 --threads 12 \
|
||||
/usr/bin/python3-gunicorn -b 127.0.0.1:8000 --threads 12 \
|
||||
--log-config {{ hubs_conf_dir }}/logging.ini \
|
||||
{% if hubs_dev_mode %}--reload{% endif %} \
|
||||
hubs.app:app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue