e2f4e88a7a
SVN-Revision: 36711
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile
|
|
killall -SIGHUP dnsmasq
|