summaryrefslogtreecommitdiffstats
path: root/openwrt/package/bind/files/named.init
blob: 97860b3b25fe1510d98d18f64fbb9d91c7fdf913 (plain)
1
2
3
4
5
#!/bin/sh

if [ -f /etc/bind/named.conf ]; then
	named -c /etc/bind/named.conf
fi