mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 10:54:47 +00:00
sysupgrade was broken as procd was getting killed
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36031
This commit is contained in:
parent
4d5860cdd6
commit
ada74b8732
@ -99,7 +99,7 @@ kill_remaining() { # [ <signal> ]
|
||||
|
||||
case "$name" in
|
||||
# Skip essential services
|
||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;;
|
||||
*procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;;
|
||||
|
||||
# Killable process
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user