summaryrefslogtreecommitdiffstats
path: root/package/bind/files/named.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/bind/files/named.init')
-rwxr-xr-xpackage/bind/files/named.init5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/bind/files/named.init b/package/bind/files/named.init
new file mode 100755
index 000000000..97860b3b2
--- /dev/null
+++ b/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