aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot-resolver/kresd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/knot-resolver/kresd.confd')
-rw-r--r--community/knot-resolver/kresd.confd9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/knot-resolver/kresd.confd b/community/knot-resolver/kresd.confd
index 15218bf73e7..db6f4275eba 100644
--- a/community/knot-resolver/kresd.confd
+++ b/community/knot-resolver/kresd.confd
@@ -9,13 +9,16 @@
# A process which will be used to log the standard (error) output from the
# kresd process. Default is logger(1) which redirects the output to syslog.
# If you want to disable this, set output_logger="" and error_logger="".
-#output_logger="logger -t kresd -p daemon.info"
-#error_logger="logger -t kresd -p daemon.err"
+#output_logger="logger -t kresd -p daemon.info >/dev/null 2>&1"
+#error_logger="logger -t kresd -p daemon.err >/dev/null 2>&1"
# Path to the logging file. Default is to use the output_logger and
# error_logger instead.
#output_log=
#error_log=
-# Uncomment to define soft dependency on kres-cache-gc.
+# Comment out to run without process supervisor.
+supervisor=supervise-daemon
+
+# Comment out if you don't wanna start kres-cache-gc (cache garbage collector).
rc_want="kres-cache-gc"