mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 17:01:34 +01:00
I've encountered stability issues with knot-resolver a few times, so better to enable process supervisor by default.
16 lines
456 B
Bash
16 lines
456 B
Bash
# Configuration for /etc/init.d/kres-cache-gc
|
|
|
|
# Time interval in milliseconds how often to run GC.
|
|
#garbage_interval=1000
|
|
|
|
# Path to directory with knot resolver's cache.
|
|
# If not specified, it tries to get it from /etc/conf.d/kresd and if
|
|
# it's not even there, defaults to /var/cache/knot-resolver.
|
|
#cachedir=
|
|
|
|
# Additional arguments to pass to kres-cache-gc.
|
|
#command_args=
|
|
|
|
# Comment out to run without process supervisor.
|
|
supervisor=supervise-daemon
|