split into bind-server and bind-client package, add startup script and example named...
[openwrt.git] / openwrt / package / bind / files / named.init
1 #!/bin/sh
2
3 if [ -f /etc/bind/named.conf ]; then
4         named -c /etc/bind/named.conf
5 fi