blob: 46c900a124117d129f649222c3e085b687b89012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# This file contains system-specific variables for hdapsd
# Edit it as needed for your system
# See also /etc/rc.d/rc.hdapsd
# Primary hard disk's device node
# This defaults to "/dev/sda" in the init script if undefined here
#HD_DEV="/dev/sda"
# Sensitivity
# This defaults to "15" if undefined here
#SENSITIVITY="15"
# Turn on logging to syslog instead of stdout
# Default is yes if undefined here
# 0=no 1=yes
#USE_SYSLOG="1"
# Location of pid file
# This defaults to /var/run/hdapsd.pid if undefined here
#PIDFILE="/var/run/hdapsd.pid"
|