From 5f247199e897e2d79d1a31bfb53e2fdc943a4bde Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 27 Aug 2015 17:12:13 +0000 Subject: - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlisten - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc --- doc/index.html | 6 +++--- doc/s6-svc.html | 14 +++++++++++++- doc/s6-svlisten.html | 11 +++++++++-- doc/s6-svlisten1.html | 7 ++++++- doc/upgrade.html | 11 +++++++++++ 5 files changed, 42 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 500d450..b458c92 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,11 +84,11 @@ with s6
  • GNU make, version 4.0 or later. Please be aware that s6 will not build with an earlier version.
  • skalibs version -2.3.6.1 or later. It's a build-time requirement. It's also a run-time +2.3.7.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 -2.1.3.1 or later. It's a build-time and run-time requirement.
  • +2.1.4.0 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -101,7 +101,7 @@ library.

    Download

    Usage examples

    @@ -119,6 +124,13 @@ the finish script has completed. is ready. Exit 1 if it is still not ready after 5 seconds.

    +
     s6-svc -wR -t /service/ftpd 
    +

    + Send a SIGTERM to the ftpd server; wait for +s6-supervise to restart it, and block +until it has notified that it is ready to serve again. +

    +
     s6-svc -a /service/httpd/log 

    Send a SIGALRM to the logger process for the httpd server. If this logger diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html index 1db24c0..2426fc9 100644 --- a/doc/s6-svlisten.html +++ b/doc/s6-svlisten.html @@ -34,7 +34,7 @@ a collection of supervised services, and blocks until they all go up, or down.

    -     s6-svlisten [ -U | -u | -D | -d ] [ -a | -o ] [ -t timeout ] { servicedir servicedir... } prog...
    +     s6-svlisten [ -U | -u | -D | -d | -r | -R ] [ -a | -o ] [ -t timeout ] { servicedir servicedir... } prog...
     

    @@ -42,7 +42,7 @@ a collection of supervised services, and blocks until they all go up, or down.

    -     s6-svlisten [ -U | -u | -D | -d ] [ -a | -o ] [ -t timeout ] servicedir servicedir... "" prog...
    +     s6-svlisten [ -U | -u | -D | -d | -r | -R ] [ -a | -o ] [ -t timeout ] servicedir servicedir... "" prog...
     
    diff --git a/doc/s6-svlisten1.html b/doc/s6-svlisten1.html index c3f5ef4..0ce283f 100644 --- a/doc/s6-svlisten1.html +++ b/doc/s6-svlisten1.html @@ -30,7 +30,7 @@ supervised service, and blocks until said service goes up, or down.

    Interface

    -     s6-svlisten [ -U | -u | -D | -d ] [ -t timeout ] servicedir prog...
    +     s6-svlisten1 [ -U | -u | -D | -d | -r | -R ] [ -t timeout ] servicedir prog...