openwrtv3/openwrt/package/bind/files/named.init
2005-09-14 10:45:27 +00:00

5 lines
82 B
Bash
Executable file

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