mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
MFC r231862:
Increase the default shutdown timer to 90 seconds. This will allow certain systems that take a long time to shut down, without adversely affecting things that shut down quickly. It's also 30 seconds less than the default hard limit of 120 seconds in kern.init_shutdown_timeout. PR: conf/109272 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: re (kib)
This commit is contained in:
parent
9b4fda1375
commit
e344d18126
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=231934
@ -24,7 +24,7 @@
|
||||
rc_debug="NO" # Set to YES to enable debugging output from rc.d
|
||||
rc_info="NO" # Enables display of informational messages at boot.
|
||||
rc_startmsgs="YES" # Show "Starting foo:" messages at boot
|
||||
rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
|
||||
rcshutdown_timeout="90" # Seconds to wait before terminating rc.shutdown
|
||||
early_late_divider="FILESYSTEMS" # Script that separates early/late
|
||||
# stages of the boot process. Make sure you know
|
||||
# the ramifications if you change this.
|
||||
|
Loading…
Reference in New Issue
Block a user