diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/unbound/unbound.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 89f25b46..001f05d7 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -198,6 +198,9 @@ function unbound_control($action) { if($unbound_config['unbound_status'] == "on") { if(!is_service_running("unbound")) unbound_ctl_exec("start"); + /* Link dnsmasq.pid to prevent dhcpleases logging error */ + if (!file_exists("/var/run/dnsmasq.pid")) + mwexec("/bin/ln -s /var/run/dnsmasq.pid /var/run/unbound.pid"); fetch_root_hints(); } break; |