s6

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

commit 52369d0201cc941d9ae229960eb61a23c6282b99
parent ae97e8065a0e3be60d16c0d9e158afc697aa94e5
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Thu,  5 Apr 2018 11:06:40 +0000

 doc typo fix

Diffstat:
Mdoc/s6-permafailon.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/s6-permafailon.html b/doc/s6-permafailon.html @@ -88,7 +88,7 @@ command. </li> <h2> Example </h2> <p> - <tt>s6-permafailon 60 5 1,101-103,SIGSEGV,SIBBUS <em>prog...</em></tt> + <tt>s6-permafailon 60 5 1,101-103,SIGSEGV,SIGBUS <em>prog...</em></tt> will exit 125 if the service has died 5 times in the last 60 seconds with an exit code of 1, 101, 102 or 103, a SIGSEGV or a SIGBUS. Else it will chainload into the <em>prog...</em> command line.