Specify path to unbound config file

This commit is contained in:
Warren Baker 2012-04-05 15:07:19 +02:00
parent 830a82e77d
commit 4b7ea18177

View File

@ -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";