bundlewrap/bundles/paperless-ng/files/paperless-webserver.service
Franzi 22c98a4206
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.paperless: introduce
2021-05-23 17:41:19 +02:00

15 lines
352 B
Desktop File

[Unit]
Description=Paperless webserver
After=network.target
Wants=network.target
Requires=redis.service
[Service]
User=paperless
Group=paperless
WorkingDirectory=/opt/paperless/src/src
ExecStart=/opt/paperless/venv/bin/gunicorn -c /opt/paperless/src/gunicorn.conf.py -b 127.0.0.1:22070 paperless.asgi:application
[Install]
WantedBy=multi-user.target