aports/community/knot-resolver/kres-cache-gc.confd
Jakub Jirutka 128a5e5894 community/knot-resolver: enable supervise-daemon by default
I've encountered stability issues with knot-resolver a few times,
so better to enable process supervisor by default.
2022-09-02 16:05:11 +02:00

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