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
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
Make the delay small, put it in a loop and poll?
Another way could be to use service dependencies, but that’s tricky.