aboutsummaryrefslogtreecommitdiffstats
path: root/community/hd-idle/hd-idle.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/hd-idle/hd-idle.confd')
-rw-r--r--community/hd-idle/hd-idle.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/hd-idle/hd-idle.confd b/community/hd-idle/hd-idle.confd
new file mode 100644
index 00000000000..3ec3a0ad7b6
--- /dev/null
+++ b/community/hd-idle/hd-idle.confd
@@ -0,0 +1,14 @@
+# 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".
+# Defaults to "scsi" if not set, uncomment to set.
+#DISK_TYPE="ata"
+
+# Devices to spindown, uncomment to activate.
+# If more than one disk then space-separate them.
+#DISK="/dev/sdb"