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

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat 2010-01-17 12:21:42 -08:00
parent 192277c015
commit 92175e04a5
1 changed files with 1 additions and 1 deletions

View File

@ -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