mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 07:34:30 +08:00
Hubs: fix playbook strikes back
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user