mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-29 13:04:27 -04:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
# Make dnsmasq reread hostfile
|
|
killall -SIGHUP dnsmasq
|