From 24d82d9ff1ca1ba7085814f8f6530124c117aa5f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 11 Aug 2014 12:57:23 -0500 Subject: [PATCH] rc.conf: document rc_verbose --- etc/rc.conf.in | 4 ++++ 1 file changed, 4 insertions(+) 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"