summaryrefslogtreecommitdiffstats
path: root/system/hdapsd/hdapsd.conf
diff options
context:
space:
mode:
author alkos333 <me@alkso333.net>2010-05-12 23:33:37 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 23:33:37 +0200
commit4db878070ac8636be9cad28bdeae6ecf168ff662 (patch)
treee43d809a944368434f339579ecd192c338e0ddba /system/hdapsd/hdapsd.conf
parenta4f48c6e2036f6636a786f85bbbd41f023230042 (diff)
downloadslackbuilds-4db878070ac8636be9cad28bdeae6ecf168ff662.tar.gz
slackbuilds-4db878070ac8636be9cad28bdeae6ecf168ff662.tar.xz
system/hdapsd: Added to 12.2 repository
Diffstat (limited to 'system/hdapsd/hdapsd.conf')
-rw-r--r--system/hdapsd/hdapsd.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/hdapsd/hdapsd.conf b/system/hdapsd/hdapsd.conf
new file mode 100644
index 0000000000..46c900a124
--- /dev/null
+++ b/system/hdapsd/hdapsd.conf
@@ -0,0 +1,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"
+