2013-10-16 09:03:55 +00:00
|
|
|
#!/bin/sh
|
2016-12-20 21:13:40 +00:00
|
|
|
# Make dnsmasq reread hostfile by sending SIGHUP signal
|
2014-01-17 13:59:51 +00:00
|
|
|
|
2020-06-10 16:27:27 +00:00
|
|
|
. /lib/functions/procd.sh
|
2016-11-17 12:34:34 +00:00
|
|
|
|
2016-12-20 21:13:40 +00:00
|
|
|
procd_send_signal dnsmasq
|