bundles/paperless: restart please

This commit is contained in:
Franzi 2024-03-04 21:20:39 +01:00
parent 232e087905
commit faa30962aa
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,9 @@ Group=paperless
Environment=PAPERLESS_CONFIGURATION_PATH=/opt/paperless/paperless.conf
WorkingDirectory=/opt/paperless/src/paperless-ngx/src
ExecStart=/opt/paperless/venv/bin/gunicorn -c /opt/paperless/src/paperless-ngx/gunicorn.conf.py -b 127.0.0.1:22070 paperless.asgi:application
Restart=always
RestartSec=10
SyslogIdentifier=paperless-webserver
[Install]
WantedBy=multi-user.target