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

  • lurch (he/him)
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 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.