diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-10-17 23:22:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-10-17 23:22:36 +0000 |
commit | 63643a4b7733008919cfb9f25902889b92136565 (patch) | |
tree | 2e281d980e64f8a7a79695b8e8a564d2c67a57f1 /doc/servicedir.html | |
parent | 3623c6ff58e84dd125ae65bd8484a33e945f4493 (diff) | |
download | s6-63643a4b7733008919cfb9f25902889b92136565.tar.xz |
Doc typo fix
Diffstat (limited to 'doc/servicedir.html')
-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 |