base-files: add upgraded to the list of daemons not killed
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41268
This commit is contained in:
parent
766643c79e
commit
4b1c48bc93
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ kill_remaining() { # [ <signal> ]
|
|||
|
||||
case "$name" in
|
||||
# Skip essential services
|
||||
*procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*) : ;;
|
||||
*procd*|*upgraded*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*) : ;;
|
||||
|
||||
# Killable process
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue