dnsmasq: make the check for existing DHCP servers more reliable
[openwrt/openwrt.git] / package / network / services / dnsmasq / files / dnsmasq.hotplug
1 #!/bin/sh
2
3 [ "$ACTION" = ifup ] || exit 0
4
5 /etc/init.d/dnsmasq enabled && /etc/init.d/dnsmasq start