File: hdapsd.conf

package info (click to toggle)
hdapsd 1%3A20141203-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 592 kB
  • sloc: sh: 1,373; ansic: 1,183; makefile: 59
file content (24 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Which device(s) should be protected by hdapsd?
# Can be either a single string (one device):
#  device="sda";
# Or an array of strings (multiple devices):
#  device=["sda", "sdb"];
# Will be autodetected if not set.

# How sensitive should hdapsd be? Defaults to 15.
# You probably want to change this.
#  sensitivity=15;

# Enables adaptive mode, where hdapsd adjusts the sensitity
# while the mouse and keyboard are used.
# You probably want to enable this.
#  adaptive=true;

# Run hdapsd in background as a daemon.
#  background=true;

# Write a pid file.
#  pidfile="/var/run/hdapsd.pid";

# Enable logging to syslog.
#  syslog=true;