We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a703911 + 289629c commit ae9bf1fCopy full SHA for ae9bf1f
tests/live-upgrade-test.sh.in
@@ -51,7 +51,7 @@ if [ -x ${lxcfs} ]; then
51
export LD_LIBRARY_PATH="{{LXCFS_BUILD_ROOT}}"
52
fi
53
echo "=> Spawning ${lxcfs} ${LXCFSDIR}"
54
- ${lxcfs} --enable-cgroup -p ${pidfile} ${LXCFSDIR} &
+ ${lxcfs} -p ${pidfile} ${LXCFSDIR} &
55
LXCFSPID=$!
56
else
57
UNSHARE=0
0 commit comments