blob: 3bef12c7713c61b89ee0d7433e14fac0f803bdf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Configuration for /etc/init.d/kresd
# Config file path.
#cfgfile="/etc/knot-resolver/kresd.conf"
# Cache (working) directory.
#cachedir="/var/cache/knot-resolver"
# Path to the logging file.
#logfile="/var/log/knot-resolver.log"
# Uncomment to define soft dependency on kres-cache-gc.
rc_want="kres-cache-gc"
|