summaryrefslogtreecommitdiff
path: root/tests/daemon/testd.conf
blob: bf230cba769eb2836a7cbef427a64ad7e4e9a362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Unpriviledged User and group the daemon should run as
user = daemon
group = daemon

# Where to write the PID of the daemon process
pidfile = /tmp/testd.pid

# Logging to system log facility (syslog)
syslog-facility = DAEMON
syslog-level = NOTICE

# Logging to a plain text file
logfile = /tmp/testd.log
logfile-level = DEBUG