From d2f07c01bf08900105715e6008f8cca517c21069 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Mon, 31 Dec 2018 18:28:07 -0500 Subject: [PATCH] Fix the read-only themes directory problem in realms. Now the themes and icons are bind mounted to /opt/share and symlinks in the realm image point here. --- citadel-realms/src/systemd.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/citadel-realms/src/systemd.rs b/citadel-realms/src/systemd.rs index 79ae428..0dcf999 100644 --- a/citadel-realms/src/systemd.rs +++ b/citadel-realms/src/systemd.rs @@ -358,9 +358,7 @@ Boot=true $NETWORK_CONFIG [Files] -BindReadOnly=/usr/share/themes -BindReadOnly=/usr/share/icons/Paper - +BindReadOnly=/opt/share BindReadOnly=/storage/citadel-state/resolv.conf:/etc/resolv.conf $EXTRA_BIND_MOUNTS