From 1747a0f5142f0c36a61b37786368f05bcb3060f3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 2 Mar 2018 12:09:48 +0000 Subject: Make s6-svwait et al. exit instead of hang if s6-supervise dies --- doc/index.html | 2 +- doc/s6-svlisten.html | 1 + doc/s6-svlisten1.html | 1 + doc/s6-svwait.html | 1 + doc/upgrade.html | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 7a00b7c..cbc24ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.3.2 or later. It's a build-time requirement. It's also a run-time +2.6.4.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • execline version diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html index 30e4018..8fdbc88 100644 --- a/doc/s6-svlisten.html +++ b/doc/s6-svlisten.html @@ -60,6 +60,7 @@ initial state of all the monitored services.
  • 0: success, the wanted state has been reached
  • 99: timed out
  • 100: wrong usage
  • +
  • 102: the s6-supervise process monitoring the service died
  • 111: system call failed
  • n: services were expected to come up, but n of them reported permanent failure
  • diff --git a/doc/s6-svlisten1.html b/doc/s6-svlisten1.html index cfe48e7..91c8625 100644 --- a/doc/s6-svlisten1.html +++ b/doc/s6-svlisten1.html @@ -49,6 +49,7 @@ initial state of the service.
  • 1: the service was supposed to go up, but reported permanent failure
  • 99: timed out
  • 100: wrong usage
  • +
  • 102: the s6-supervise process monitoring the service died
  • 111: system call failed
  • diff --git a/doc/s6-svwait.html b/doc/s6-svwait.html index 38fec11..fb377b9 100644 --- a/doc/s6-svwait.html +++ b/doc/s6-svwait.html @@ -44,6 +44,7 @@ happen.
  • 0: success, the wanted state has been reached
  • 99: timed out
  • 100: wrong usage
  • +
  • 102: the s6-supervise process monitoring the service died
  • 111: system call failed
  • n: services were expected to come up, but n of them reported permanent failure
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index 5799845..c37ad15 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,7 @@

    in 2.7.0.1

    in 2.7.0.0

    -- cgit v1.2.3