From d3544e4bece66f8c60ec4d83c369d2969325a585 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 22 Oct 2025 14:18:08 +0000 Subject: Support procctl in s6-background-watch --- doc/s6-background-watch.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/s6-background-watch.html') 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.

s6-background-watch only works on Linux (or any systems implementing -PR_SET_CHILD_SUBREAPER) +prctl with PR_SET_CHILD_SUBREAPER) and the BSDs (or any system implementing +procctl with PROC_REAP_ACQUIRE or kevent -with the EVFILT_PROC filter and the NOTE_EXIT fflag). Most modern systems will -implement one of these. +with EVFILT_PROC and NOTE_EXIT fflag). Most modern systems will implement one of these.

Interface

-- cgit v1.3.1