]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdbd: rework to use sd_event_add_child() instead of manual SIGCHLD
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Mar 2023 14:46:54 +0000 (15:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Mar 2023 14:57:25 +0000 (15:57 +0100)
commit66a3869e7ebb64c3f71f073c50b15fa6a3069ee3
treefbc4845f50f6474b5e77f8588c6e4899b0b29928
parent755424e94ff51f848e5202a0b7ac41e485c93691
userdbd: rework to use sd_event_add_child() instead of manual SIGCHLD

Let's modernize userdbd furzer, and use the common child handling we
nowadays have in sd-event, instead of rolling our own.

This also means we'll start using pidfds where we can.
src/userdb/userdbd-manager.c