bodhi / backend: add missing dash in front of A
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2465791d08
commit
671a46c299
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Wants = network-online.target
|
|||
[Service]
|
||||
User = apache
|
||||
Group = apache
|
||||
ExecStart = /usr/bin/celery-3 A bodhi.server.tasks.app worker -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue