Hubs: fix playbook strikes back

This commit is contained in:
Aurélien Bompard 2018-01-24 21:16:44 +00:00
parent 445d4f0919
commit 2bb12e25e6

View file

@ -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