base-files: kill ubusd and udhcpc on sysupgrade as well
[openwrt.git] / package / base-files / files / lib / upgrade / common.sh
index c6b41ae..a705d97 100644 (file)
@@ -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
                        *)