summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-10-08 17:45:06 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-10-08 17:45:06 -0400
commitc7a7816a733bea7be49989805dc5e019aef0d651 (patch)
treea43f0f352ca31dde45f5e919ff5b8f0a690ae696
parent916c97caff130fae35d3f04d2cdcd70b9520f3d1 (diff)
Clarify that only items with Auto=true will be started/stopped by stcd(8)
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--doc/stcd.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/stcd.xml b/doc/stcd.xml
index a5d80dd..ae381c1 100644
--- a/doc/stcd.xml
+++ b/doc/stcd.xml
@@ -19,12 +19,15 @@
<refsect1>
<title>Description</title>
<para>
- The <command>stcd</command> program is a system daemon for
- responsible for automatically starting and stopping storage items
- defined in the configuration files mentioned in
+ The <command>stcd</command> program is a system daemon responsible
+ for automatically starting and stopping storage items defined in
+ the configuration files mentioned in
<citerefentry><refentrytitle>stc.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
- There is normally no need for the user to start this daemon as it
- is normally started by the system startup scripts.
+ Only items tagged with <literal>Auto=true</literal> (including
+ dependencies of such items) will be started or stopped by
+ <command>stcd</command>. There is normally no need for the user to
+ start this daemon as it is normally started by the system startup
+ scripts.
</para>
</refsect1>