diff options
Diffstat (limited to 'app-laptop/hdapsd/files/hdapsd.conf.2')
-rw-r--r-- | app-laptop/hdapsd/files/hdapsd.conf.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-laptop/hdapsd/files/hdapsd.conf.2 b/app-laptop/hdapsd/files/hdapsd.conf.2 new file mode 100644 index 000000000000..2f55a83bae87 --- /dev/null +++ b/app-laptop/hdapsd/files/hdapsd.conf.2 @@ -0,0 +1,11 @@ +# The list of the disk devices that hdapsd should monitor. +# Usually this is 'hda', 'sda' or 'hda sda'. +DISKLIST="sda" + +# hdapsd sensitivity +# The lower the threshold is the earlier +# the heads are parked when the laptop is shaked +THRESHOLD="10" + +# Set any extra options here, like -a for Adaptive mode +OPTIONS="-a" |