diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-29 08:18:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-29 08:19:56 -0600 |
commit | ee41e444ad18192fa34f598464e3ac52f323e27e (patch) | |
tree | 2e9271e5045e5af06b443d87aee55da989487b5d /etc/rc.conf | |
parent | b7828651babd20fb6cc11aed91721e103ccbb3e1 (diff) |
rc.conf: typo fix
X-Gentoo-Bug: 670874
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=670874
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 32c905d4..123d58e6 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -230,7 +230,7 @@ rc_tty_number=12 # The following setting turns on the memory.use_hierarchy setting in the # root memory cgroup for cgroups v1. # It must be set to yes in this file if you want this functionality. -#rc_cggroup_memory_use_hierarchy="NO" +#rc_cgroup_memory_use_hierarchy="NO" # The following settings allow you to set up values for the cgroups version 1 # controllers for your services. |