]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - 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
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. Empty by default.
8 #
9 #DISKLIST="sda"
10
11 # Hdapsd sensitivity. The lower the threshold, the earlier the heads
12 # are parked when movement is detected. The default is determined by
13 # hdapsd, and is currently 15.
14 #
15 #THRESHOLD="10"
16
17 # Log to syslog? Disabled by default.
18 #
19 #SYSLOG="true"
20
21 # Set any extra options here, like -a for "adaptive mode". Empty by
22 # default.
23 #
24 #OPTIONS="-a"