diff options
-rw-r--r-- | doc/servicedir.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/servicedir.html b/doc/servicedir.html index 2e6a937..16fe84f 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -118,7 +118,7 @@ exists, it means that the service supports <a href="notifywhenup.html">readiness notification</a>. The file must only contain an unsigned integer, which is the number of the file descriptor that the service writes its readiness notification to. (For instance, it should -be 1 if the daemon is <a href="s6-ipcserverd">s6-ipcserverd</a> run with the +be 1 if the daemon is <a href="s6-ipcserverd.html">s6-ipcserverd</a> run with the <tt>-1</tt> option.) When a service is started, or restarted, by s6-supervise, if this file exists and contains a valid descriptor number, s6-supervise will wait for the |