base-files: upgrade: use procd to kill managed daemons
authorMichael Pratt <mcpratt@pm.me>
Sat, 29 May 2021 13:03:11 +0000 (09:03 -0400)
committerPaul Spooren <mail@aparcar.org>
Sat, 12 Jun 2021 23:59:27 +0000 (13:59 -1000)
commitb118aba8cbac58a45d4882cd79e18e56c3fbdc70
tree8b97453a1ee6cc255b98dc43cdb94c93a8e47bee
parent5a66165cb1863693ce7901d153f5e41c91a130e1
base-files: upgrade: use procd to kill managed daemons

These processes are managed by procd and set to start again when killed
via the procd instance parameter "respawn" being set during init.

Example:
procd_set_param respawn 3600 1 0

When they are killed manually during sysupgrade,
they are started again in 5 seconds or less, depending on
how the "respawn" parameter is set.

Use procd through ubus to disable the instances that respawn them,
however, allow dnsmasq, netifd, and logd to restart for remote logging.

Properly closing all these processes increases free memory by about 3 MB,
which should help low memory devices upgrade without crashing.

For very low memory devices (set to 32 MB for now)
also kill dnsmasq, netifd, and logd for an additional 3 MB of free memory.

Also, bump sleep values to allow at least 10 seconds
for network interfaces and daemons
to come up after they are killed and restarted
before caches are dropped.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
package/base-files/files/lib/upgrade/stage2