commit bb1d44c33c97529cd1bb6c8ddf014c9c5f2281cc
parent b33379604e502cc7b6c34465ae3358c815a69aaa
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Mon, 21 Feb 2022 16:37:23 +0000
unset CONTAINER_MNT_DIRS after expanding it
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service_scripts/generic/run b/service_scripts/generic/run
@@ -12,7 +12,7 @@ multisubstitute {
define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.${CONTAINER_USER}
# define CONTAINER_DATA /mnt/volumes/containers/user/${CONTAINER_USER}/${CONTAINER_NAME}
define -s tmpfs_dirs "home run tmp inbox run/inbox tmp/.X11-unix"
- importas -D ns -sCn CONTAINER_MNT_DIRS CONTAINER_MNT_DIRS
+ importas -D ns -s -C -n -u CONTAINER_MNT_DIRS CONTAINER_MNT_DIRS
}
getpid NS_PID