From 2bb12e25e666eac8547f1ef120182261e45f1eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 24 Jan 2018 21:16:44 +0000 Subject: [PATCH] Hubs: fix playbook strikes back --- roles/hubs/templates/hubs-webapp.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hubs/templates/hubs-webapp.service b/roles/hubs/templates/hubs-webapp.service index 59586d35b4..ae6d046fcd 100644 --- a/roles/hubs/templates/hubs-webapp.service +++ b/roles/hubs/templates/hubs-webapp.service @@ -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