]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - app-laptop/hdapsd/files/hdapsd.conf.3
f30f6ae05ad7ebc9c7b2a8864932a7c1228d9cc3
[mjo-overlay.git] / app-laptop / hdapsd / files / hdapsd.conf.3
1 # Configuration for the HDAPS daemon (hdapsd). All settings here are
2 # optional and will override those set in /etc/hdapsd.conf (if hdapsd
3 # was built with libconfig support).
4
5 # The list of the disk devices that hdapsd should monitor. Usually
6 # this is "hda", "sda", or "hda sda". The hdaps daemon will attempt to
7 # auto-detect your drive if this is left empty.
8 #
9 #DISKLIST="sda"
10
11 # Hdapsd sensitivity. The lower the threshold, the earlier the heads
12 # are parked when movement is detected.
13 #
14 #THRESHOLD="10"
15
16 # Set any extra options here, like -a for "adaptive mode".
17 #
18 #OPTIONS="-a"