summaryrefslogtreecommitdiff
path: root/tests/daemon/testd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-21 14:48:47 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-21 14:48:47 +0100
commit01e67d010b9badcf2ffc65d74b0f9285f26d45e5 (patch)
tree0dba70ed0cd51e57d8a928f001e5b224efecb203 /tests/daemon/testd.conf
parent19fcd209c75df389602869520a67ee065fd5cfbf (diff)
downloadwolfbones-01e67d010b9badcf2ffc65d74b0f9285f26d45e5.tar.gz
wolfbones-01e67d010b9badcf2ffc65d74b0f9285f26d45e5.tar.bz2
much more cleanup, trying to split things without violating rmch
Diffstat (limited to 'tests/daemon/testd.conf')
-rw-r--r--tests/daemon/testd.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/daemon/testd.conf b/tests/daemon/testd.conf
new file mode 100644
index 0000000..4fe43e5
--- /dev/null
+++ b/tests/daemon/testd.conf
@@ -0,0 +1,14 @@
+# Unpriviledged User and group the daemon should run as
+user = daemon
+group = daemon
+
+# Where to write the PID of the daemon process
+pidfile = /var/run/testd.pid
+
+# Logging to system log facility (syslog)
+syslog-facility = DAEMON
+syslog-level = NOTICE
+
+# Logging to a plain text file
+logfile = /var/log/testd.log
+logfile-level = NOTICE