From 6913fd42a535242ef1d43674a3eac75632b9a89c Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Sun, 26 Oct 2014 19:54:39 +0800 Subject: bind: fix to use correct environment file in service file Use /etc/default/bind9 as the environment file in named.service. Signed-off-by: Chen Qi --- meta/recipes-connectivity/bind/bind/named.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bind/bind/named.service b/meta/recipes-connectivity/bind/bind/named.service index 1792e414ab..cda56ef015 100644 --- a/meta/recipes-connectivity/bind/bind/named.service +++ b/meta/recipes-connectivity/bind/bind/named.service @@ -6,7 +6,7 @@ After=network.target [Service] Type=forking -EnvironmentFile=-/etc/sysconfig/named +EnvironmentFile=-/etc/default/bind9 PIDFile=/run/named/named.pid ExecStartPre=@SBINDIR@/generate-rndc-key.sh -- cgit 1.2.3-korg