Add --no-sync to Paperless uv run services (#17210)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-12 22:10:47 +02:00
committed by GitHub
parent 1131d748e8
commit be0a8c3467
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ Requires=redis.service
[Service]
WorkingDirectory=/opt/paperless/src
#ExecStartPre=uv run -- python manage.py document_index reindex --if-needed --no-progress-bar
#ExecStartPre=uv run --no-sync -- python manage.py document_index reindex --if-needed --no-progress-bar
ExecStart=uv run --no-sync -- granian --interface asginl --ws --loop uvloop "paperless.asgi:application"
Environment=GRANIAN_HOST=::
Environment=GRANIAN_PORT=8000