From b94c552963b7f8a5725920ce97028ce3d2cb111f Mon Sep 17 00:00:00 2001 From: Loe <95266635+loeeeee@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:29:08 +0800 Subject: [PATCH] Fix a require loop Immich serivce file used to require immich service (itself) up and running, which is not possible. Now it requires immich-microservices up and running, which is its original intension. --- immich.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich.service b/immich.service index 7eb1a3b..8f642c1 100644 --- a/immich.service +++ b/immich.service @@ -4,7 +4,7 @@ Documentation=https://github.com/immich-app/immich Requires=redis-server.service Requires=postgresql.service Requires=immich-machine-learning.service -Requires=immich.service +Requires=immich-microservices.service [Service] User=immich