aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-08-11 12:57:23 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-08-11 12:57:23 -0500
commit24d82d9ff1ca1ba7085814f8f6530124c117aa5f (patch)
treec359b7fa282683be5fda33949021adf1cd8c1123 /etc
parentd1e71b07afd4b900894ce4ea45f94010c70e32cc (diff)
rc.conf: document rc_verbose
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 546c36e8..69a5cf24 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -51,6 +51,10 @@
# The default value is: /var/log/rc.log
#rc_log_path="/var/log/rc.log"
+# If you want verbose output for OpenRC, set this to yes. If you want
+# verbose output for service foo only, set it to yes in /etc/conf.d/foo.
+#rc_verbose=no
+
# By default we filter the environment for our running scripts. To allow other
# variables through, add them here. Use a * to allow all variables through.
#rc_env_allow="VAR1 VAR2"