base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated

SVN-Revision: 28863
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 13 years ago
parent daca6a6a97
commit 7e3b6aa1f1

@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
esac
case "$cmd" in
# Skip kernel threads and essential services
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
# Killable process
*)

Loading…
Cancel
Save