mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 7e271011411c5decff48e3f9adbdb125211b6b16
parent ca66c465728496160bbea4d81a527b3bf08d06d1
Author: ccx <ccx@te2000.cz>
Date:   Sun, 17 Mar 2024 16:54:02 +0000

finish script for xorg

Diffstat:
Mservice_scripts/xorg/run | 2+-
Mservice_scripts/xsession/finish | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service_scripts/xorg/run b/service_scripts/xorg/run @@ -13,7 +13,7 @@ backtick -in CONTAINER_USER_HOME { homeof $CONTAINER_USER } multisubstitute { importas -i -u CONTAINER_USER_HOME CONTAINER_USER_HOME define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.${CONTAINER_USER} - define -s tmpfs_dirs "home run tmp inbox run/inbox tmp/.X11-unix" + define -s tmpfs_dirs "run tmp inbox run/inbox tmp/.X11-unix" importas -D ns -s -C -u CONTAINER_MNT_DIRS CONTAINER_MNT_DIRS } diff --git a/service_scripts/xsession/finish b/service_scripts/xsession/finish @@ -11,8 +11,8 @@ multisubstitute { # define CONTAINER_DATA /mnt/volumes/containers/user/${CONTAINER_USER}/${CONTAINER_NAME} } foreground { umount ${CONTAINER_TMPFS}/home } -foreground { umount ${CONTAINER_TMPFS}/run } foreground { umount ${CONTAINER_TMPFS}/inbox } +foreground { umount ${CONTAINER_TMPFS}/run } foreground { umount ${CONTAINER_TMPFS}/tmp } foreground { umount --recursive data/root/ } foreground {