aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound/unbound.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-15 21:21:15 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-15 21:43:19 +0100
commita9bc6431b8246dde29e1f3bc6bbcc73673fad7a1 (patch)
tree9549e94cf89a55b5383a0dde0673cc6fd2b6fffd /main/unbound/unbound.confd
parentd95feb9192bfd592fea2abe460cb9482655be09f (diff)
main/unbound: fix and improve runscript
* Set pidfile location in runscript. It's OpenRC's job to manage pidfile, not unbound's business. * Use standard checkconfig command for checking config, but keep configtest for backward compatibility.
Diffstat (limited to 'main/unbound/unbound.confd')
-rw-r--r--main/unbound/unbound.confd10
1 files changed, 8 insertions, 2 deletions
diff --git a/main/unbound/unbound.confd b/main/unbound/unbound.confd
index 883e10ca336..c42106dba8d 100644
--- a/main/unbound/unbound.confd
+++ b/main/unbound/unbound.confd
@@ -1,2 +1,8 @@
-# enable debugging (verbose -vv)
-#command_args="-v"
+# Configuration for /etc/init.d/unbound
+
+# Path of the configuration file.
+#cfgfile="/etc/unbound/$RC_SVCNAME.conf"
+
+# Additional arguments for the unbound command.
+# Add "-v" to enable verbose logging (more times to increase verbosity).
+#command_args=""