base-files: kill ubusd and udhcpc on sysupgrade as well
SVN-Revision: 31852
This commit is contained in:
parent
5d6628a88c
commit
166db84309
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue