This project demonstrates how to use sd-event for watching the child process.
meson build
meson compile -Cbuild
This is a main entry point. It starts the child process, then waits its completion. It also reports the received signals.
This is a dummy child process that just waits several seconds and finish. It also reports the received signals.