mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
fix systemd services on computer boot
This commit is contained in:
parent
cba6e95f46
commit
d50f94c94c
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=Paperless consumer
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
Requires=redis.service
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=Paperless scheduler
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
Requires=redis.service
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=Paperless task-queue
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
Requires=redis.service
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue