diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 659e5b11..8cfc0c9f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -52,6 +52,10 @@ rc_force_auto="NO" # /var/log/rc.log rc_logger="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" + ############################################################################## # MISC CONFIGURATION VARIABLES # There variables are shared between many init scripts |