sdm710-common: rootdir: Mount cgroup

init: Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 1ms and failed: mkdir() failed on /acct/uid: Read-only file system
This commit is contained in:
pbteja100 2021-11-24 09:54:41 +05:30 committed by Ultra119
parent 74e35f760a
commit 9dab9da13d

View file

@ -71,6 +71,9 @@ on init
chown root system /sys/fs/cgroup/memory/bg/tasks
chmod 0660 /sys/fs/cgroup/memory/bg/tasks
# Mount cgroup mount point for cpu accounting
mount cgroup none /acct cpuacct
# Boost schedtune
write /dev/stune/schedtune.boost 50
write /dev/stune/schedtune.prefer_idle 1