s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 61e47c49ff4c1f94b3ac482a0077bc9781df3ce2
parent 75c4223a7f5a8a073ba0d898ef9d841fdaef2f63
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed, 21 Mar 2018 18:04:37 +0000

 Document max-death-tally in the s6-svdt doc

Diffstat:
Mdoc/s6-svdt.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/s6-svdt.html b/doc/s6-svdt.html @@ -71,6 +71,9 @@ the latest <em>maxlines</em> deaths. </li> <ul> <li> To obtain human-readable local time or GMT time instead of TAI64N timestamps, simply pipe s6-svdt's output into <a href="s6-tai64nlocal.html">s6-tai64nlocal</a>. </li> + <li> Process deaths are recorded up to a default maximum of 100. This default can +be modified via the <tt>max-death-tally</tt> file in the +<a href="servicedir.html">service directory</a>. </li> </ul> </body>