From 2a05df2df81cf25f413f31a25cf2263a5156b4eb Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 27 Sep 2011 18:39:01 +0200 Subject: Link dnsmasq.pid to unbound so dhcpleases can send sighup and not complain --- config/unbound/unbound.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/unbound') 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; -- cgit v1.2.3