From 4b7ea18177ec732f2dd55fcf4fb86d2b504808ef Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Thu, 5 Apr 2012 15:07:19 +0200 Subject: [PATCH] Specify path to unbound config file --- etc/inc/services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/services.inc b/etc/inc/services.inc index d6ba3cde9b..1d10219913 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -1450,7 +1450,7 @@ function services_unbound_configure() { } /* run Unbound */ - mwexec("/usr/local/sbin/unbound"); + mwexec("/usr/local/sbin/unbound -c /var/unbound/etc/unbound.conf"); if ($g['booting']) echo "done.\n";