diff options
Diffstat (limited to 'openwrt/package/bind/files/named.init')
-rwxr-xr-x | openwrt/package/bind/files/named.init | 5 |
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 |