diff --git a/conf/systemd-consumer.service b/conf/systemd-consumer.service index 9563edc..59a7078 100644 --- a/conf/systemd-consumer.service +++ b/conf/systemd-consumer.service @@ -1,5 +1,7 @@ [Unit] Description=Paperless consumer +After=network.target +Wants=network.target Requires=redis.service [Service] diff --git a/conf/systemd-scheduler.service b/conf/systemd-scheduler.service index 5b6f132..93de9e5 100644 --- a/conf/systemd-scheduler.service +++ b/conf/systemd-scheduler.service @@ -1,5 +1,7 @@ [Unit] Description=Paperless scheduler +After=network.target +Wants=network.target Requires=redis.service [Service] diff --git a/conf/systemd-task-queue.service b/conf/systemd-task-queue.service index 3e8a1e1..91bed11 100644 --- a/conf/systemd-task-queue.service +++ b/conf/systemd-task-queue.service @@ -1,5 +1,7 @@ [Unit] Description=Paperless task-queue +After=network.target +Wants=network.target Requires=redis.service [Service]