updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / hdapsd / hdapsd.conf.d
blobf1e7509521d0d3344c6ef9a7d75c3b959a3d8570
2 # Settings for hdapsd
3 #
4 # DEVICE specifies the device to monitor, defaults to 'sda'
6 # SENSITIVITY is self explanatory, defaults to '15'
8 # Set ADAPTIVE to 'yes' to enable adaptive threshold
9 # (automatic increase when the built-in keyboard/mouse are used).
11 # Set SYSLOG to 'yes' to have the daemon report errors to syslog
12 # (instead of stderr/stdout).
14 # Set FORCE to 'yes' to force the kernel to use the unload heads feature
15 # on some old hard drives for which support cannot be autodetected.
16 # (don't use this unless you're absolutely sure your hard drive
17 # really do support unloading heads)
19 #DEVICE='hda'
20 #SENSITIVITY='15'
21 #ADAPTIVE='yes'
22 SYSLOG='yes'
23 #FORCE='yes'