openwrtv3/openwrt/package/bind/files/named.init

6 lines
82 B
Text
Raw Normal View History

#!/bin/sh
if [ -f /etc/bind/named.conf ]; then
named -c /etc/bind/named.conf
fi