Paperless-NGX: remove gunicorn, use python3 for webserver (#3785)

This commit is contained in:
CanbiZ 2025-04-09 17:08:34 +02:00 committed by GitHub
parent d329666a88
commit b520c0ab5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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