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 must log in or register to comment.
Make the delay small, put it in a loop and poll?
Another way could be to use service dependencies, but that’s tricky.
systemd dependencies?
Maybe
That’s what I ended up using. It didn’t work with fstab to I used a systems mount as well