From 9bbef456ed57e1d12ff4f096c160b998266fc4eb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 May 2021 13:01:05 -0700 Subject: [PATCH] bodhi / backend: adjust bodhi-celery service for new version The new celery version wants -A as a global option, then command, so make it happy and re-arrange the service file. Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/bodhi-celery.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/bodhi-celery.service b/roles/bodhi2/backend/files/bodhi-celery.service index e17933f2a9..21a3d246b8 100644 --- a/roles/bodhi2/backend/files/bodhi-celery.service +++ b/roles/bodhi2/backend/files/bodhi-celery.service @@ -6,7 +6,7 @@ Wants = network-online.target [Service] User = apache Group = apache -ExecStart = /usr/bin/celery-3 worker -A bodhi.server.tasks.app -l info -Q has_koji_mount +ExecStart = /usr/bin/celery-3 A bodhi.server.tasks.app worker -l info -Q has_koji_mount [Install] WantedBy = multi-user.target