update configuration

This commit is contained in:
jonaswinkler
2021-01-27 19:57:04 +01:00
parent a0a781a3d5
commit 7414b3d23a
7 changed files with 167 additions and 100 deletions

View File

@@ -8,7 +8,7 @@ Requires=redis.service
User=paperless
Group=paperless
WorkingDirectory=/opt/paperless/src
ExecStart=/opt/paperless/.local/bin/gunicorn paperless.wsgi -w 2 -b 0.0.0.0:8000
ExecStart=/opt/paperless/.local/bin/gunicorn paperless.asgi:application -w 2 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
[Install]
WantedBy=multi-user.target