aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot-resolver/kresd.confd
blob: 5d5873ea8b9a10b2c636c36638b7a86c3aa3859d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration for /etc/init.d/kresd

# Config file path.
#cfgfile="/etc/knot-resolver/kresd.conf"

# Cache (working) directory.
#cachedir="/var/cache/knot-resolver"

# A process which will be used to log the standard output from the kresd
# process. Default is logger(1) which redirects the output to syslog.
# If you want to disable this, set output_logger="".
#output_logger="logger -t kresd -p daemon.info"

# Path to the logging file. Default is to use the output_logger instead.
#output_log=

# Uncomment to define soft dependency on kres-cache-gc.
rc_want="kres-cache-gc"