diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-19 21:54:53 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-19 21:54:53 -0600 |
commit | ed4605bf9ff63effe0d09811a3e708d5e3a75378 (patch) | |
tree | 96e65ee8ceee8970171850607e54cabf0ec86e32 /init.d/sysfs.in | |
parent | 461c69acdbf89b029554312392279753127112ee (diff) |
cgroups: remove references to the "openrc" cgroup
Openrc will set up cgroups the way the kernel documentation recommends.
Diffstat (limited to 'init.d/sysfs.in')
-rw-r--r-- | init.d/sysfs.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in index cb44b300..88382135 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -85,11 +85,6 @@ mount_cgroups() ;; esac done < /proc/cgroups - - # mkdir /sys/fs/cgroup/openrc - # mount -t cgroup \ - # -o nodev,noexec,nosuid,name=openrc \ - # openrc /sys/fs/cgroup/openrc } start() |