]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - app-laptop/hdapsd/files/hdapsd.conf.3
Rewrite the conf and init.d files a million times.
[mjo-overlay.git] / app-laptop / hdapsd / files / hdapsd.conf.3
index f30f6ae05ad7ebc9c7b2a8864932a7c1228d9cc3..a83d8bb181acf963ca4746803362eaaffceb1fe1 100644 (file)
@@ -4,15 +4,21 @@
 
 # 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.
+# auto-detect your drive if this is left empty. Empty by default.
 #
 #DISKLIST="sda"
 
 # Hdapsd sensitivity. The lower the threshold, the earlier the heads
-# are parked when movement is detected.
+# are parked when movement is detected. The default is determined by
+# hdapsd, and is currently 15.
 #
 #THRESHOLD="10"
 
-# Set any extra options here, like -a for "adaptive mode".
+# Log to syslog? Disabled by default.
+#
+#SYSLOG="true"
+
+# Set any extra options here, like -a for "adaptive mode". Empty by
+# default.
 #
 #OPTIONS="-a"