mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-23 23:23:09 +00:00
76dfe21a27
SVN-Revision: 38428
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile
|
|
killall -SIGHUP dnsmasq
|