How to get Immich to wait for external library to mount? #13038
LearnedLately
started this conversation in
General
Replies: 1 comment 1 reply
-
This isn't really something for Immich to even know about. The systemd ordering seems like the right angle, though I don't know why it wouldn't work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an external library,
/mnt/docs/Photos
, that is not loading on startup. The parent folder/mnt/docs
is mounted on machine startup by a simple systemd service I created, but apparently the docker service is starting first, so the external library is not ready when Immich starts. Weirdly, when Immich can't find this folder, it creates it, which then causes the mount to fail because /mnt/docs isn't empty. I tried addingBefore=docker.service
to my mounting service, but it doesn't seem to work. Anyone have a solution?Beta Was this translation helpful? Give feedback.
All reactions