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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user