4 lines
65 B
Text
4 lines
65 B
Text
|
#!/bin/sh
|
||
|
# Make dnsmasq reread hostfile
|
||
|
killall -SIGHUP dnsmasq
|