From: Chen Qi Date: Sun, 26 Oct 2014 12:03:44 +0000 (+0800) Subject: bind: fix to use correct environment file in service file X-Git-Tag: 2015-4~1298 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0ee1fa68a4d749585c43fc706c8da6e849d10857;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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