fix: change celery user in worker service file (#1638)

This commit is contained in:
Jonas L 2022-02-25 14:53:32 +01:00 committed by GitHub
parent 9b6d657fd6
commit 2d451aa951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ loudCmd "usermod -G ${web_user} -a celery"
# CentOS installs celery in /usr/bin which differs from other distros. Make
# available in /usr/local/bin as systemd requires an absolute path.
[[ ! -e /usr/local/bin/celery ]] && ln -s /usr/bin/celery /usr/local/bin/celery
systemInitInstall libretime-celery
systemInitInstall libretime-celery celery
verbose "...Done"
verbose "\n * Installing libretime-analyzer..."