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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-13 13:01:05 -07:00
parent 18f4d49a9d
commit 9bbef456ed

View file

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