Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
utils
/
cgroupfs-mount
/
files
/
cgroupfs-mount.init
blob: 0d6b68dc393ce9b6509fded6c6253faeb6a34c87 [
file
] [
log
] [
blame
]
#!/bin/sh /etc/rc.common
START
=
01
boot
()
{
# Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount
if
mountpoint
-
q
/
sys
/
fs
/
cgroup
;
then
umount
/
sys
/
fs
/
cgroup
/
fi
cgroupfs
-
mount
}