From 053744f58c69b71f6d2cce08b29173106a2e46ac Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Thu, 29 Sep 2011 21:46:39 +0200 Subject: Late nights equal though processes to suffer and thus mistakes start to happen and silly things like this get done, but i blame it on jetlag - swop order around for ln --- config/unbound/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unbound') diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index cec618c9..d44d01a0 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -200,7 +200,7 @@ function unbound_control($action) { 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"); + mwexec("/bin/ln -s /var/run/unbound.pid /var/run/dnsmasq.pid"); fetch_root_hints(); } break; -- cgit v1.2.3