removed the encryption logic.

This commit is contained in:
jonaswinkler
2020-11-29 01:19:23 +01:00
parent 0e6426e052
commit 0676537ba8
6 changed files with 175 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Paperless consumer
Requires=redis.service
[Service]
User=paperless
Group=paperless
WorkingDirectory=/opt/paperless/src
ExecStart=python3 manage.py qcluster
[Install]
WantedBy=multi-user.target