# Configuration for /etc/init.d/hd-idle.conf

LOGFILE="/var/log/hd-idle.log"

# Idle time in seconds
IDLE_TIME=1200

# Disk command type: scsi or ata
DISK_TYPE="scsi"

# Device to spindown
DISK="/dev/sdb"
