systemd-udevd won't reap children, so we double fork so that pid 1 reaps sd-notify-adapter when it exits. Link: https://matrix.to/#/!xSysqhzbOZImdvGpix:fairydust.space/$QL6VucG9rlw_H9iQY9K... Fixes: ced08f7 ("host/rootfs: Switch to systemd-udevd") Signed-off-by: Alyssa Ross <hi@alyssa.is> --- host/rootfs/image/etc/s6-rc/systemd-udevd/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/rootfs/image/etc/s6-rc/systemd-udevd/run b/host/rootfs/image/etc/s6-rc/systemd-udevd/run index fff0d47..2d28d02 100644 --- a/host/rootfs/image/etc/s6-rc/systemd-udevd/run +++ b/host/rootfs/image/etc/s6-rc/systemd-udevd/run @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com> s6-setlock /run/sd-notify-wrapper/systemd-udevd.lock s6-ipcserver-socketbinder -b0 -m -a 0600 /run/sd-notify-wrapper/systemd-udevd.sock -background { +background -d { fdmove 1 3 sd-notify-adapter } base-commit: aa5ab817d6eb990683a88893a6375acef7a585aa -- 2.51.0
This patch has been committed as 965f5706764edb1b4fea147683b5ab803dd6df5e, which can be viewed online at https://spectrum-os.org/git/spectrum/commit/?id=965f5706764edb1b4fea147683b5.... This is an automated message. Send comments/questions/requests to: Alyssa Ross <hi@alyssa.is>
participants (2)
-
Alyssa Ross -
Alyssa Ross