cgroups: fix indentation
This commit is contained in:
parent
c6047f887a
commit
e51dc29e2f
@ -57,7 +57,7 @@ cgroup1_controllers()
|
||||
mkdir "/sys/fs/cgroup/${name}"
|
||||
mount -n -t cgroup -o "${cgroup_opts},${name}" \
|
||||
"${name}" "/sys/fs/cgroup/${name}"
|
||||
yesno "${rc_cgroup_memory_use_hierarchy:-no}" &&
|
||||
yesno "${rc_cgroup_memory_use_hierarchy:-no}" &&
|
||||
[ "${name}" = memory ] &&
|
||||
echo 1 > /sys/fs/cgroup/memory/memory.use_hierarchy
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user