summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-24 11:29:19 +0000
committerRoy Marples <roy@marples.name>2007-04-24 11:29:19 +0000
commita44abb9577a3ccb9202b84765d4b4c1746e6963d (patch)
tree9d0a3df13709385b55dc407a23d3ce94a2b52308 /conf.d
parentc965f74f46b266987ed635e65fafc9562a7ccff5 (diff)
downloadopenrc-a44abb9577a3ccb9202b84765d4b4c1746e6963d.tar.gz
openrc-a44abb9577a3ccb9202b84765d4b4c1746e6963d.tar.bz2
openrc-a44abb9577a3ccb9202b84765d4b4c1746e6963d.tar.xz
We now buffer stdout and stderr to a file and flush that when running in parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/rc b/conf.d/rc
index 25203f3..fb34cbe 100644
--- a/conf.d/rc
+++ b/conf.d/rc
@@ -3,7 +3,7 @@
# Set to "yes" if you want the rc system to try and start services
# in parallel for a slight speed improvement. NOTE: When enabled
# init script output is buffered and displayed in one go when finished.
-RC_PARALLEL_STARTUP="no"
+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