From 48ba165576db93a26d75c50a01ab1be47bb80a69 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 20 Mar 2013 15:39:59 +0100 Subject: Put pid-file to named.conf Fedora 19 has splitted /var/run and /run directories while in Fedora 18 it used to be a symlink. Thus, named may expect its PID file to be in other direct than it really is and fail to start. Add pid-file configuration option to named.conf both for new installations and for upgraded machines. --- install/share/bind.named.conf.template | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share') diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index b12df593a..e4ce60583 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -15,6 +15,7 @@ options { allow-recursion { any; }; tkey-gssapi-keytab "/etc/named.keytab"; + pid-file "/run/named/named.pid"; }; /* If you want to enable debugging, eg. using the 'rndc trace' command, -- cgit