mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-15 03:11:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user