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>
6 lines
134 B
Bash
Executable file
6 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
|