s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 58213b173705a7d02f1ec85cff6230973a237cb3
parent 70e01a405b1534139eb34f5c03a34c9ea3b2fd3d
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Fri, 25 Sep 2015 01:27:57 +0000

 Clarify what the -wr/-wR option to s6-svlisten does

Diffstat:
Mdoc/s6-svlisten.html | 3++-
Mdoc/s6-svlisten1.html | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html @@ -74,7 +74,8 @@ services are down and the cleanup scripts in <tt><em>servicedir</em>/finish</tt> for every <em>servicedir</em> have finished executing (or have timed out and been killed). </li> <li> <tt>-r</tt>&nbsp;: restart. s6-svlisten will wait until all -the services have been started or restarted. </li> +the services have been started or restarted, i.e. they have been in +the down state, then the up state. </li> <li> <tt>-R</tt>&nbsp;: restart and ready. s6-svlisten will wait until all the services have been started or restarted and have notified readiness. </li> diff --git a/doc/s6-svlisten1.html b/doc/s6-svlisten1.html @@ -61,7 +61,8 @@ See the explanation on <a href="notifywhenup.html">this page</a>. </li> service is down and the cleanup script in <tt><em>servicedir</em>/finish</tt> has finished executing (or has timed out and been killed). </li> <li> <tt>-r</tt>&nbsp;: restart. s6-svlisteni1 will wait until -the service has been started or restarted. </li> +the service has been started or restarted, i.e. they have been in the +down state, then the up state. </li> <li> <tt>-R</tt>&nbsp;: restart and ready. s6-svlisten1 will wait until the service has been started or restarted and has notified readiness. </li>