mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
SVN-Revision: 31851
This commit is contained in:
parent
b86652832e
commit
5d6628a88c
@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
|
||||
|
||||
case "$name" in
|
||||
# Skip essential services
|
||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||
|
||||
# Killable process
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user