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
parent
1f86fa27b6
commit
4c0d5bb473
|
@ -31,6 +31,7 @@ ProtectSystem=strict
|
||||||
ReadWritePaths=/var/lib/jellyfin
|
ReadWritePaths=/var/lib/jellyfin
|
||||||
ReadWritePaths=/var/lib/containers/storage
|
ReadWritePaths=/var/lib/containers/storage
|
||||||
ReadWritePaths=/var/cache/jellyfin
|
ReadWritePaths=/var/cache/jellyfin
|
||||||
|
TemporaryFileSystem=/etc/containers/networks
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
RestrictSUIDSGID=yes
|
RestrictSUIDSGID=yes
|
||||||
SuccessExitStatus=0 143
|
SuccessExitStatus=0 143
|
||||||
|
|
Loading…
Reference in New Issue