mirror of https://github.com/tteck/Proxmox.git
Update paperless-ngx-install.sh
This commit is contained in:
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
|
cat <<EOF >/etc/systemd/system/paperless-scheduler.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Paperless consumer
|
Description=Paperless Celery Beat
|
||||||
Requires=redis.service
|
Requires=redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/opt/paperless/src
|
WorkingDirectory=/opt/paperless/src
|
||||||
ExecStart=python3 manage.py qcluster
|
ExecStart=celery --app paperless beat --loglevel INFO
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue