diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-22 14:18:08 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-22 14:18:08 +0000 |
| commit | d3544e4bece66f8c60ec4d83c369d2969325a585 (patch) | |
| tree | c1477bd9799cdac816bbef7de554ab14c159eee1 /doc/s6-background-watch.html | |
| parent | 9fe4157b82f62ee4b209325b0c25580ad0a068ec (diff) | |
| download | s6-d3544e4bece66f8c60ec4d83c369d2969325a585.tar.gz | |
Support procctl in s6-background-watch
Diffstat (limited to 'doc/s6-background-watch.html')
| -rw-r--r-- | doc/s6-background-watch.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-background-watch.html b/doc/s6-background-watch.html index 45248ce..cd44633 100644 --- a/doc/s6-background-watch.html +++ b/doc/s6-background-watch.html @@ -36,11 +36,11 @@ daemon. <p> s6-background-watch only works on Linux (or any systems implementing -<a href="https://man7.org/linux/man-pages/man2/PR_SET_CHILD_SUBREAPER.2const.html">PR_SET_CHILD_SUBREAPER</a>) +<a href="https://man7.org/linux/man-pages/man2/PR_SET_CHILD_SUBREAPER.2const.html">prctl with PR_SET_CHILD_SUBREAPER</a>) and the BSDs (or any system implementing +<a href="https://man.freebsd.org/cgi/man.cgi?query=procctl&sektion=2">procctl with PROC_REAP_ACQUIRE</a> or <a href="https://man.freebsd.org/cgi/man.cgi?query=kevent&apropos=0&sektion=0&manpath=FreeBSD+16.0-CURRENT&arch=default&format=html">kevent -with the EVFILT_PROC filter and the NOTE_EXIT fflag</a>). Most modern systems will -implement one of these. +with EVFILT_PROC and NOTE_EXIT fflag</a>). Most modern systems will implement one of these. </p> <h2> Interface </h2> |
