summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2002-12-18 07:21:31 +0000
committermckusick <mckusick@FreeBSD.org>2002-12-18 07:21:31 +0000
commit18817ccf4429c1df4380877beeff31ae72b98f2a (patch)
tree544002cddae912b2585aae80dba0593c50f28a78 /etc/defaults/rc.conf
parentf86b91ebe0dbbca444d3faa3983386c238d9fa53 (diff)
downloadFreeBSD-src-18817ccf4429c1df4380877beeff31ae72b98f2a.zip
FreeBSD-src-18817ccf4429c1df4380877beeff31ae72b98f2a.tar.gz
Delay an optional amount of time after booting before starting a
background fsck. The delay defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by fsck. Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 954bfa8..791d2cd 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -40,6 +40,7 @@ script_name_sep=" " # Change if your startup scripts' names contain spaces
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.
+background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).
OpenPOWER on IntegriCloud