diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-25 01:27:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-25 01:27:57 +0000 |
commit | 58213b173705a7d02f1ec85cff6230973a237cb3 (patch) | |
tree | fb785c766caa407c8ddc1bf8fd74c4762de9f884 /doc | |
parent | 70e01a405b1534139eb34f5c03a34c9ea3b2fd3d (diff) | |
download | s6-58213b173705a7d02f1ec85cff6230973a237cb3.tar.xz |
Clarify what the -wr/-wR option to s6-svlisten does
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svlisten.html | 3 | ||||
-rw-r--r-- | doc/s6-svlisten1.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html index 2426fc9..e3d8044 100644 --- 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> : 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> : 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 index 0ce283f..be64e4f 100644 --- 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> : 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> : restart and ready. s6-svlisten1 will wait until the service has been started or restarted and has notified readiness. </li> |