rc.conf updated with default values

This commit is contained in:
Kolan Sh 2013-11-24 18:24:46 +04:00
parent 275c736852
commit be15f3bafd

42
rc.conf
View File

@ -1,29 +1,19 @@
rc_parallel="YES" #rc_parallel="YES"
rc_interactive="NO" #rc_interactive="YES"
rc_shell=/sbin/sulogin #rc_shell=/sbin/sulogin
rc_depend_strict="NO" #rc_depend_strict="YES"
rc_hotplug="!net.*" #rc_hotplug="!net.*"
#rc_logger="YES" #rc_logger="YES"
#rc_log_path="/var/log/rc.log" #rc_log_path="/var/log/rc.log"
rc_env_allow="" #rc_env_allow=""
rc_start_wait=5000 #rc_start_wait=5000
rc_nostop="" #rc_nostop=""
rc_crashed_start=YES #rc_crashed_stop=NO
unicode="YES" #rc_crashed_start=YES
extra_net_fs_list="" #unicode="YES"
export SSD_NICELEVEL="-19" #rc_fuser_timeout=60
#extra_net_fs_list=""
rc_sys="" #export SSD_NICELEVEL="-19"
rc_tty_number=12
#rc_ulimit="-u 30" #rc_ulimit="-u 30"
#rc_config="/etc/foo" #rc_sys=""
#rc_need="openvpn" #rc_tty_number=12
#rc_use="net.eth0"
#rc_after="clock"
#rc_before="local"
#rc_provide="!net"
#rc_foo_config="/etc/foo"
#rc_foo_need="openvpn"
#rc_foo_after="clock"
#rc_net_tap0_provide="!net"