rc.conf: document rc_verbose
This commit is contained in:
parent
d1e71b07af
commit
24d82d9ff1
@ -51,6 +51,10 @@
|
|||||||
# The default value is: /var/log/rc.log
|
# The default value is: /var/log/rc.log
|
||||||
#rc_log_path="/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
|
# 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.
|
# variables through, add them here. Use a * to allow all variables through.
|
||||||
#rc_env_allow="VAR1 VAR2"
|
#rc_env_allow="VAR1 VAR2"
|
||||||
|
Loading…
Reference in New Issue
Block a user