diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-23 16:17:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-23 16:17:10 +0000 |
| commit | 0d15a912d307df2bbe9396a2d819596c0d7824bb (patch) | |
| tree | bbd6934a77e14f800df2b26e04ed4e921307b2dc /doc/s6-supervise.html | |
| parent | d73a1da020f7bff7a1c37c542a7ebcfc26118446 (diff) | |
| download | s6-0d15a912d307df2bbe9396a2d819596c0d7824bb.tar.gz | |
Add flag-timeout-killpg for killing the whole pgroup after timeout-kill
Diffstat (limited to 'doc/s6-supervise.html')
| -rw-r--r-- | doc/s6-supervise.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html index 8b53bbf..d45b23b 100644 --- a/doc/s6-supervise.html +++ b/doc/s6-supervise.html @@ -66,10 +66,15 @@ of certain files in the service directory. <p> s6-supervise does not support options, because it is normally not run -manually via a command line; it is usually launched by its own -supervisor, <a href="s6-svscan.html">s6-svscan</a>. The way to -tune s6-supervise's behaviour is via files in the -<a href="servicedir.html">service directory</a>. +manually via a command line; it is usually launched by +<a href="s6-svscan.html">s6-svscan</a> as part of a supervision tree. +</p> + +<p> + The way to tune s6-supervise's behaviour is via +<a href="servicedir.html">files in the service directory</a>. There +are a lot of configuration knobs there; if you want to get the most +out of your supervisor, reading this page is strongly advised. </p> <h2> Readiness notification support </h2> |
