Skip to content
Snippets Groups Projects
Caleb Connolly's avatar
Caleb Connolly authored
What we want is to reload services that need to be reloaded after
upgrade (those that are marked with needs-reload or needs-restart), to
handle systemctl daemon-reload too, and to reload udev, sysusers,
tmpfiles, etc.

This all needs to be done in a particular order, which we would ideally
do with different triggers (and triggers with consistent ordering!), but
apk can't do that so instead we have this inefficient solution which
will probably do a bunch of useless processing. ah well

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
Part-of: !6334
659b9c43
History