We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000b539 commit 6239e4bCopy full SHA for 6239e4b
tests/main.sh.in
@@ -45,7 +45,7 @@ if [ -x ${lxcfs} ]; then
45
export LD_LIBRARY_PATH="{{LXCFS_BUILD_ROOT}}"
46
fi
47
echo "=> Spawning ${lxcfs} ${LXCFSDIR}"
48
- ${lxcfs} -p ${pidfile} ${LXCFSDIR} &
+ ${lxcfs} --enable-cgroup -p ${pidfile} ${LXCFSDIR} &
49
LXCFSPID=$!
50
else
51
UNSHARE=0
0 commit comments