r/jellyfin: Fix EROFS when starting container

Even with `Network=host`, Podman tries to write to
`/etc/containers/network` for some reason.  Fortunately, it doesn't
actually need to, so we can trick it into working by mounting an empty
*tmpfs* filesystem there.
frigate-exporter
Dustin 2024-05-26 12:03:14 -05:00
parent 1f86fa27b6
commit 4c0d5bb473
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ProtectSystem=strict
ReadWritePaths=/var/lib/jellyfin
ReadWritePaths=/var/lib/containers/storage
ReadWritePaths=/var/cache/jellyfin
TemporaryFileSystem=/etc/containers/networks
RestrictRealtime=yes
RestrictSUIDSGID=yes
SuccessExitStatus=0 143