From a3cdeecf0033919e3b5a79c17c19b5ac98719256 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Jul 2015 20:20:54 +0000 Subject: - Add timeout-finish support and "down-readiness" - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0 --- doc/s6-notifywhenup.html | 111 ----------------------------------------------- 1 file changed, 111 deletions(-) delete mode 100644 doc/s6-notifywhenup.html (limited to 'doc/s6-notifywhenup.html') diff --git a/doc/s6-notifywhenup.html b/doc/s6-notifywhenup.html deleted file mode 100644 index cdfa693..0000000 --- a/doc/s6-notifywhenup.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - s6: the s6-notifywhenup program - - - - - - -

-s6
-Software
-skarnet.org -

- -

The s6-notifywhenup program

- - -

-Starting with s6-2.1.4.0, the s6-notifywhenup program has been deprecated, -because there was still a case (albeit extremely rare) where a race -condition would occur and readiness would be improperly advertised. -Readiness notification for a service can now be achieved via a -notification-fd file in the -service directory, containing the -number of the descriptor the service will write its readiness -notification newline to. The notification will directly be picked by -s6-supervise.
-

- -

- Quick upgrade recipe: for every service using s6-notifywhenup, -replace the s6-notifywhenup invocation in your run script with -fdmove 1 3, then perform echo 3 > notification-fd. -Done! -

-
- -

-s6-notifywhenup launches a daemon while listening to a file descriptor, -and sends a 'U' event to a fifodir when it -receives something on that file descriptor. -

- -

-This page explains why this program is -needed. -

- -

Interface

- -
-     s6-notifywhenup [ -d fd ] [ -e fifodir ] [ -f ] [ -X ] [ -t timeout ] prog...
-
- - - -

Options

- - - -

Notes

- - - - - -- cgit v1.3.1