mirror of https://github.com/tteck/Proxmox.git
Update paperless-ngx-install.sh
parent
7a28d21247
commit
4d66780ec1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue