base-files: kill ubusd and udhcpc on sysupgrade as well
SVN-Revision: 31852
This commit is contained in:
@@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
|
||||
|
||||
case "$name" in
|
||||
# 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
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user