diff options
Diffstat (limited to 'package/network/ipv6/6relayd/files/6relayd-update')
-rwxr-xr-x | package/network/ipv6/6relayd/files/6relayd-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/ipv6/6relayd/files/6relayd-update b/package/network/ipv6/6relayd/files/6relayd-update new file mode 100755 index 000000000..20980f222 --- /dev/null +++ b/package/network/ipv6/6relayd/files/6relayd-update @@ -0,0 +1,3 @@ +#!/bin/sh +# Make dnsmasq reread hostfile +killall -SIGHUP dnsmasq |