mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
15 lines
301 B
Desktop File
15 lines
301 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
|
|
ExecStart=/opt/paperless/.local/bin/gunicorn paperless.wsgi -w 2 -b 0.0.0.0:8000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|