#!/bin/sh
# Make dnsmasq reread hostfile by sending SIGHUP signal

initscript=$0

. /lib/functions/procd.sh

procd_send_signal dnsmasq
