]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - app-laptop/hdapsd/files/hdapsd.conf.3
Update hdapsd with libconfig support.
[mjo-overlay.git] / app-laptop / hdapsd / files / hdapsd.conf.3
diff --git a/app-laptop/hdapsd/files/hdapsd.conf.3 b/app-laptop/hdapsd/files/hdapsd.conf.3
new file mode 100644 (file)
index 0000000..f30f6ae
--- /dev/null
@@ -0,0 +1,18 @@
+# Configuration for the HDAPS daemon (hdapsd). All settings here are
+# optional and will override those set in /etc/hdapsd.conf (if hdapsd
+# was built with libconfig support).
+
+# The list of the disk devices that hdapsd should monitor. Usually
+# this is "hda", "sda", or "hda sda". The hdaps daemon will attempt to
+# auto-detect your drive if this is left empty.
+#
+#DISKLIST="sda"
+
+# Hdapsd sensitivity. The lower the threshold, the earlier the heads
+# are parked when movement is detected.
+#
+#THRESHOLD="10"
+
+# Set any extra options here, like -a for "adaptive mode".
+#
+#OPTIONS="-a"