package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
[openwrt.git] / package / base-files / files / sbin / sysupgrade
index 7efb2b4..d251cc9 100755 (executable)
@@ -127,6 +127,11 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
 else
        export SAVE_CONFIG=0
 fi
+
+kill_remaining TERM
+sleep 3
+kill_remaining KILL
+
 run_hooks "" $sysupgrade_pre_upgrade
 
 if [ -n "$(rootfs_type)" ]; then
This page took 0.02615 seconds and 4 git commands to generate.