diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 3fd017771..702c4036b 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -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