moved gunicorn.conf.py to a more appropriate place and reference that in the configuration scripts.

This commit is contained in:
jonaswinkler
2021-01-31 13:52:21 +01:00
parent f047a5b1ff
commit 494ee181d1
5 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ Requires=redis.service
User=paperless
Group=paperless
WorkingDirectory=/opt/paperless/src
ExecStart=/opt/paperless/.local/bin/gunicorn paperless.wsgi -w 2 -b 0.0.0.0:8000
ExecStart=/opt/paperless/.local/bin/gunicorn -c /opt/paperless/gunicorn.conf.py paperless.wsgi
[Install]
WantedBy=multi-user.target