add chaos_calmer branch
[15.05/openwrt.git] / package / network / services / odhcpd / files / odhcpd-update
1 #!/bin/sh
2 # Make dnsmasq reread hostfile
3
4 pid=$(pidof dnsmasq)
5 [ "$(readlink /proc/$pid/exe)" = "/usr/sbin/dnsmasq" ] && kill -SIGHUP $pid