summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind-9.16.12/named.service
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-05 17:18:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:30:10 +0100
commit40624d1d3420783f24253b87465cd5ab7ecb32b4 (patch)
tree3dc344bc761df61fcd3ae682f4873c0af51ac7e9 /meta/recipes-connectivity/bind/bind-9.16.12/named.service
parentdabe3173a9b9cd8f96913c3c47c01f056d79f274 (diff)
downloadopenembedded-core-40624d1d3420783f24253b87465cd5ab7ecb32b4.tar.gz
bind: upgrade 9.16.12 -> 9.16.13
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind-9.16.12/named.service')
-rw-r--r--meta/recipes-connectivity/bind/bind-9.16.12/named.service22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.16.12/named.service b/meta/recipes-connectivity/bind/bind-9.16.12/named.service
deleted file mode 100644
index cda56ef015..0000000000
--- a/meta/recipes-connectivity/bind/bind-9.16.12/named.service
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=Berkeley Internet Name Domain (DNS)
-Wants=nss-lookup.target
-Before=nss-lookup.target
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=-/etc/default/bind9
-PIDFile=/run/named/named.pid
-
-ExecStartPre=@SBINDIR@/generate-rndc-key.sh
-ExecStart=@SBINDIR@/named $OPTIONS
-
-ExecReload=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc reload > /dev/null 2>&1 || @BASE_BINDIR@/kill -HUP $MAINPID'
-
-ExecStop=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc stop > /dev/null 2>&1 || @BASE_BINDIR@/kill -TERM $MAINPID'
-
-PrivateTmp=true
-
-[Install]
-WantedBy=multi-user.target