diff options
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 97a3b38..7b7d7ba 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -58,9 +58,7 @@ loglevel 3 # Create cgroup mount points for process groups mkdir /dev/cpuctl - mount cgroup none /dev/cpuctl cpu,cpuacct - mkdir /dev/cpuctl/uid - chmod 0775 /dev/cpuctl/uid + mount cgroup none /dev/cpuctl cpu chown system system /dev/cpuctl chown system system /dev/cpuctl/tasks chmod 0777 /dev/cpuctl/tasks |