summaryrefslogtreecommitdiff
path: root/openwrt/package/bind/files/named.init
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/bind/files/named.init')
-rwxr-xr-xopenwrt/package/bind/files/named.init5
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/bind/files/named.init b/openwrt/package/bind/files/named.init
new file mode 100755
index 0000000000..97860b3b25
--- /dev/null
+++ b/openwrt/package/bind/files/named.init
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -f /etc/bind/named.conf ]; then
+ named -c /etc/bind/named.conf
+fi