diff options
author | William Hubbs <williamh@gentoo.org> | 2012-02-13 11:29:19 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-13 11:29:19 -0600 |
commit | 8199dee8d698d7ffa8955d36085a3b9eccbaa7dc (patch) | |
tree | 8f654b9b75fc0aec3d71f78b9c7c781e5d2d1e0c | |
parent | a5ad5ba9714ce5a2acca7db8fc022410038a5144 (diff) |
Revert "Remove rc_parallel from rc.conf"
This reverts commit 695f3886fb2d255e64387ce780be3c1cbc170fa9.
Reported-by: Pacho Ramos <pacho@gentoo.org>
X-Gentoo-Bug: 400741
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=400741
-rw-r--r-- | etc/rc.conf.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 9b1daa8a..2dad3333 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -1,8 +1,18 @@ # Global OpenRC configuration settings +# Set to "YES" if you want the rc system to try and start services +# in parallel for a slight speed improvement. When running in parallel we +# prefix the service output with its name as the output will get +# jumbled up. +# WARNING: whilst we have improved parallel, it can still potentially lock +# the boot process. Don't file bugs about this unless you can supply +# patches that fix it without breaking other things! +#rc_parallel="NO" + # Set rc_interactive to "YES" and you'll be able to press the I key during # boot so you can choose to start specific services. Set to "NO" to disable -# this feature. +# this feature. This feature is automatically disabled if rc_parallel is +# set to YES. #rc_interactive="YES" # If we need to drop to a shell, you can specify it here. |