rc.conf: document rc_verbose

This commit is contained in:
William Hubbs 2014-08-11 12:57:23 -05:00
parent d1e71b07af
commit 24d82d9ff1

View File

@ -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"