From b387940c19eef15be833aead68dd047a44921eb6 Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Tue, 31 Jul 2018 22:47:00 +0800 Subject: [PATCH] Fix restart bug on asus router --- package/optware/S50smartdns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/optware/S50smartdns b/package/optware/S50smartdns index 25ee925..6d29e5e 100644 --- a/package/optware/S50smartdns +++ b/package/optware/S50smartdns @@ -54,7 +54,7 @@ case "$1" in stop) clear_iptable pid="`cat $SMARTDNS_PID 2>/dev/null`" - kill -TERM $pid 2>/dev/null + kill -9 $pid 2>/dev/null ;; force-reload|restart) $0 stop