Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 418 Bytes

File metadata and controls

17 lines (13 loc) · 418 Bytes

test-fork

This project demonstrates how to use sd-event for watching the child process.

build

meson build
meson compile -Cbuild

test-fork-parent

This is a main entry point. It starts the child process, then waits its completion. It also reports the received signals.

test-fork-child

This is a dummy child process that just waits several seconds and finish. It also reports the received signals.