Skip to content
Snippets Groups Projects
Commit e1406cd3 authored by Conn O'Griofa's avatar Conn O'Griofa Committed by John Crispin
Browse files

base-files: sysupgrade: fix pseudobridge upgrades


Treat 'relayd' as an essential service to avoid connection interruptions during sysupgrade on devices configured as a pseudobridge.

Signed-off-by: default avatarConn O'Griofa <connogriofa@gmail.com>
parent 846eca67
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ kill_remaining() { # [ <signal> ]
else
case "$name" in
# Skip essential services
*procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*) : ;;
*procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*|*relayd*) : ;;
# Killable process
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment