rc.conf updated
This commit is contained in:
parent
bf240d706c
commit
a67a978e79
25
rc.conf
25
rc.conf
|
@ -1,17 +1,21 @@
|
|||
#rc_parallel="NO"
|
||||
#rc_interactive="YES"
|
||||
rc_parallel="YES"
|
||||
rc_interactive="NO"
|
||||
rc_shell=/sbin/sulogin
|
||||
rc_depend_strict="NO"
|
||||
#rc_hotplug="*"
|
||||
rc_hotplug="*"
|
||||
#rc_logger="YES"
|
||||
#rc_log_path="/var/log/rc.log"
|
||||
#rc_env_allow="VAR1 VAR2"
|
||||
#rc_start_wait=100
|
||||
#rc_nostop=""
|
||||
#rc_crashed_start=YES
|
||||
rc_env_allow=""
|
||||
rc_start_wait=5000
|
||||
rc_nostop=""
|
||||
rc_crashed_start=YES
|
||||
unicode="YES"
|
||||
#extra_net_fs_list=""
|
||||
#export SSD_NICELEVEL="-19"
|
||||
extra_net_fs_list=""
|
||||
export SSD_NICELEVEL="-19"
|
||||
|
||||
rc_sys=""
|
||||
rc_tty_number=12
|
||||
|
||||
#rc_ulimit="-u 30"
|
||||
#rc_config="/etc/foo"
|
||||
#rc_need="openvpn"
|
||||
|
@ -23,6 +27,3 @@ unicode="YES"
|
|||
#rc_foo_need="openvpn"
|
||||
#rc_foo_after="clock"
|
||||
#rc_net_tap0_provide="!net"
|
||||
rc_sys=""
|
||||
rc_tty_number=12
|
||||
|
||||
|
|
Loading…
Reference in New Issue