Supports using the original Granian define environment variables, cleans up references to gunicorn

This commit is contained in:
Trenton H
2025-02-24 13:32:29 -08:00
parent 1e9b3d0f4a
commit ba5a4554c5
10 changed files with 18 additions and 310 deletions

View File

@@ -9,7 +9,7 @@ Requires=redis.service
User=paperless
Group=paperless
WorkingDirectory=/opt/paperless/src
ExecStart=/opt/paperless/.local/bin/gunicorn -c /opt/paperless/gunicorn.conf.py paperless.asgi:application
ExecStart=python3 webserver.py
[Install]
WantedBy=multi-user.target