From 74f8a7206b244948654235a771f4ee3f1f3c0642 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 19 Sep 2015 11:24:28 +0000 Subject: servicedir doc fix --- doc/servicedir.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/servicedir.html b/doc/servicedir.html index f610cbb..8e27bfc 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -87,10 +87,12 @@ is executed everytime the run script dies. Generally, its main purpose is to clean up non-volatile data such as the filesystem after the supervised process has been killed. If the foo service is supposed to be up, foo/run is restarted -after foo/finish dies. A finish script must do its work and exit in less than -3 seconds; if it takes more than that, it is killed. (The point is that the run +after foo/finish dies. By default, a finish script must do +its work and exit in less than +5 seconds; if it takes more than that, it is killed. (The point is that the run script, not the finish script, should be running; the finish script should really -be short-lived.) +be short-lived.) The maximum duration of a finish execution can be +configured via the timeout-finish file, see below.
  • A directory named supervise. It is automatically created by s6-supervise if it does not exist. This is where s6-supervise stores its information. The directory -- cgit v1.2.3