Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92175e04 authored by San Mehat's avatar San Mehat
Browse files

rootdir: init.rc: Fix typo in chown of /dev/cpuctl



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 192277c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ loglevel 3
# Create cgroup mount points for process groups
    mkdir /dev/cpuctl
    mount cgroup none /dev/cpuctl cpu
    chown sytem system /dev/cpuctl
    chown system system /dev/cpuctl
    chown system system /dev/cpuctl/tasks
    chmod 0777 /dev/cpuctl/tasks
    write /dev/cpuctl/cpu.shares 1024