mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] base-files: add some more protected services to sysupgrade kill blacklist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
|
||||
esac
|
||||
case "$cmd" in
|
||||
# Skip kernel threads and essential services
|
||||
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*) : ;;
|
||||
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
|
||||
|
||||
# Killable process
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user