diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-17 07:59:37 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-17 07:59:37 +0000 |
commit | be402d9b8f77902a8f942dcbf8ccfcdcc1ab8b69 (patch) | |
tree | 3b8a79c90c9a94346176640209911c062f4efcb7 /etc | |
parent | 18835ea4fbaf69b08e7682c8b391f80aed4251cf (diff) | |
download | FreeBSD-src-be402d9b8f77902a8f942dcbf8ccfcdcc1ab8b69.zip FreeBSD-src-be402d9b8f77902a8f942dcbf8ccfcdcc1ab8b69.tar.gz |
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>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 906151b..a2a61fa 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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. |