diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-21 18:04:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-21 18:04:37 +0000 |
commit | 61e47c49ff4c1f94b3ac482a0077bc9781df3ce2 (patch) | |
tree | 97e5197f8fd43d57218c3fc63dcd15f45038e6ae /doc | |
parent | 75c4223a7f5a8a073ba0d898ef9d841fdaef2f63 (diff) | |
download | s6-61e47c49ff4c1f94b3ac482a0077bc9781df3ce2.tar.xz |
Document max-death-tally in the s6-svdt doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svdt.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/s6-svdt.html b/doc/s6-svdt.html index f069536..1be9292 100644 --- 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> |