7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# Make dnsmasq reread hostfile by sending SIGHUP signal
|
||
|
|
|
||
|
|
. $IPKG_INSTROOT/lib/functions/procd.sh
|
||
|
|
|
||
|
|
procd_send_signal dnsmasq
|