7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile by sending SIGHUP signal
|
|
|
|
. /lib/functions/procd.sh
|
|
|
|
procd_send_signal dnsmasq
|