mirror of https://github.com/hak5/openwrt-owl.git
parent
5d6628a88c
commit
166db84309
|
@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
|
||||||
|
|
||||||
case "$name" in
|
case "$name" in
|
||||||
# Skip essential services
|
# Skip essential services
|
||||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;;
|
||||||
|
|
||||||
# Killable process
|
# Killable process
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue