-
- Downloads
systemd: add triggers for reloading/restarting services
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:Caleb Connolly <caleb@postmarketos.org> Part-of: !6334
parent
0ddba42a
No related branches found
No related tags found
Showing
- extra-repos/systemd/systemd/APKBUILD 26 additions, 4 deletionsextra-repos/systemd/systemd/APKBUILD
- extra-repos/systemd/systemd/systemd-networkd.post-install 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-networkd.post-install
- extra-repos/systemd/systemd/systemd-networkd.pre-deinstall 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-networkd.pre-deinstall
- extra-repos/systemd/systemd/systemd-resolved.post-install 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-resolved.post-install
- extra-repos/systemd/systemd/systemd-resolved.pre-deinstall 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-resolved.pre-deinstall
- extra-repos/systemd/systemd/systemd-timesyncd.post-install 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-timesyncd.post-install
- extra-repos/systemd/systemd/systemd-timesyncd.pre-deinstall 0 additions, 4 deletionsextra-repos/systemd/systemd/systemd-timesyncd.pre-deinstall
- extra-repos/systemd/systemd/systemd.trigger 62 additions, 0 deletionsextra-repos/systemd/systemd/systemd.trigger
Loading
Please register or sign in to comment