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