diff options
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 4 |
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" |