this post was submitted on 06 Dec 2023
3 points (80.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

I want to make sure that my network share mounts before podman starts jellyfin. Right now I have a simple delay setup to wait to start the podman VM but its a very ugly solution.

Edit: the solution is systemd

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago

Make the delay small, put it in a loop and poll?

Another way could be to use service dependencies, but that's tricky.