paperless: ASGI interface typo (#9668)

This commit is contained in:
CanbiZ
2025-12-05 11:14:02 +01:00
committed by GitHub
parent 33ce3fdbc5
commit a81c074228
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ Requires=redis.service
[Service]
WorkingDirectory=/opt/paperless/src
ExecStart=uv run -- granian --interface asginl --ws "paperless.asgi:application"
ExecStart=uv run -- granian --interface asgi --ws "paperless.asgi:application"
Environment=GRANIAN_HOST=::
Environment=GRANIAN_PORT=8000
Environment=GRANIAN_WORKERS=1