1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Merge pull request #75 from YunoHost-Apps/fix-systemd-services-on-reboot

This commit is contained in:
tituspijean 2024-02-16 17:55:53 +01:00 committed by GitHub
commit b365c13212
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] [Unit]
Description=Paperless consumer Description=Paperless consumer
After=network.target
Wants=network.target
Requires=redis.service Requires=redis.service
[Service] [Service]

View file

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

View file

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