Update paperless-ngx-install.sh

This commit is contained in:
tteckster 2022-11-28 13:56:14 -05:00 committed by GitHub
parent 7a28d21247
commit 4d66780ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,12 +196,12 @@ msg_ok "Set up admin Paperless-ngx User & Password"
cat <<EOF >/etc/systemd/system/paperless-scheduler.service
[Unit]
Description=Paperless consumer
Description=Paperless Celery Beat
Requires=redis.service
[Service]
WorkingDirectory=/opt/paperless/src
ExecStart=python3 manage.py qcluster
ExecStart=celery --app paperless beat --loglevel INFO
[Install]
WantedBy=multi-user.target