mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 01:44:54 +00:00
00dbfa1764
Let dnsmasq reread the leasefile by using procd_send_signal which triggers procd to send SIGHUP kill signal by default if signal is not specified Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile by sending SIGHUP signal
|
|
|
|
. $IPKG_INSTROOT/lib/functions/procd.sh
|
|
|
|
procd_send_signal dnsmasq
|