mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Specify path to unbound config file
This commit is contained in:
parent
830a82e77d
commit
4b7ea18177
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user