1
0
Fork 0
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:
Kayou 2024-02-16 15:59:54 +01:00 committed by GitHub
parent cba6e95f46
commit d50f94c94c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
[Unit]
Description=Paperless consumer
After=network.target
Wants=network.target
Requires=redis.service
[Service]

View file

@ -1,5 +1,7 @@
[Unit]
Description=Paperless scheduler
After=network.target
Wants=network.target
Requires=redis.service
[Service]

View file

@ -1,5 +1,7 @@
[Unit]
Description=Paperless task-queue
After=network.target
Wants=network.target
Requires=redis.service
[Service]