# This is a configuration file for /etc/init.d/noflushd.

# Tune this file to suit your needs.  For a standard laptop setup,
# you stand a good chance that simply commenting out the entries
# for TIMEOUT, and DISKS will suffice.

# Time in minutes before a disk is spun down. The disk is only spun
# down after this much time has passed without any reads from the disk.
#TIMEOUT=5

# Disks to spin down. Noflushd currently only works with ide hard disks;
# scsi disks require a kernel patch. You may spin down multiple disks by
# listing them all here separated by spaces.
#DISKS="/dev/hda"

# Use this line instead if you use devfs without devfsd.  (Assuming the
# devfs tree is mounted below /dev.)
#DISKS="/dev/discs/disc0"

# If you prefer to craft your own set of parameters to handle more complex
# situations, uncomment this line and see noflushd(8) for details about the
# parameters the daemon takes. Note that if this line is uncommented, the
# TIMEOUT and DISKS lines above are ignored.
#PARAMS="-r /dev/sdb -n 60,5 /dev/hda -t 15,default /dev/hdc"
