summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-01-11 13:10:53 +0000
committerLaurent Bercot <ska@appnovation.com>2023-01-11 13:10:53 +0000
commite6ea2346157131b5574c43e4300cadbe19d45023 (patch)
tree43a14308db3ae11ab4346cebb0c5241b0b8ce20d
parent541eea160c026a3faa5cc3fccc406ef8dc23a815 (diff)
downloads6-e6ea2346157131b5574c43e4300cadbe19d45023.tar.xz
Doc clarification
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/s6-supervise.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html
index 71108c4..d15e769 100644
--- a/doc/s6-supervise.html
+++ b/doc/s6-supervise.html
@@ -211,12 +211,12 @@ service. </li>
subdirectory of <em>servicedir</em>. <em>servicedir</em> itself can be read-only,
but both <em>servicedir</em><tt>/supervise</tt> and <em>servicedir</em><tt>/event</tt>
need to be read-write. </li>
- <li> If <em>servicedir</em> is read-only, then the <a href="s6-svc.html">s6-svc</a>
-<tt>-D</tt> and <tt>-U</tt> commands will not work properly since s6-supervise will
-be unable to create or delete a <em>servicedir</em><tt>/down</tt> file; in this case
-s6-supervise will print a warning on stderr, and perform the equivalent of <tt>-d</tt>
-and <tt>-u</tt> instead, but will be unable to change the permanent service
-configuration. </li>
+ <li> If <em>servicedir</em> isn't writable by s6-supervise, for any reason, then the
+<a href="s6-svc.html">s6-svc</a> <tt>-D</tt> and <tt>-U</tt> commands will not work
+properly since s6-supervise will be unable to create or delete a
+<em>servicedir</em><tt>/down</tt> file; in this case s6-supervise will print a warning
+on stderr, and perform the equivalent of <tt>-d</tt> or <tt>-u</tt> instead &mdash; it
+will just be unable to change the permanent service configuration. </li>
</ul>
<h2> Implementation notes </h2>