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.
This commit is contained in:
Loe
2024-08-06 16:29:08 +08:00
committed by loeeeee
parent d45629b8b1
commit b94c552963

View File

@@ -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