mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
334c40da14
SVN-Revision: 36654
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile
|
|
killall -SIGHUP dnsmasq
|