mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
12 lines
294 B
Desktop File
12 lines
294 B
Desktop File
[Unit]
|
|
Description=Paperless consumer
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/paperless
|
|
User=paperless
|
|
Group=paperless
|
|
ExecStart=/home/paperless/project/virtualenv/bin/python /home/paperless/project/src/manage.py consume -v $PAPERLESS_CONSUMPTION_VERBOSITY
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|