chiark / gitweb /
man: rewrite the description of PartOf
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 26 Jul 2012 07:34:27 +0000 (09:34 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 26 Jul 2012 07:34:55 +0000 (09:34 +0200)
man/systemd.unit.xml

index bdd8f7d7014cd67010969b9a9ce3de97ba399b55..3b3a9f3ca53d27f40cede4759b13b30d95a0e9f4 100644 (file)
                         <varlistentry>
                                 <term><varname>PartOf=</varname></term>
 
-                                 <listitem><para>Configures dependency
-                                 on other unit. When systemd stops or
-                                 restarts unit listed here, stop or
-                                 restart is propagated to dependent
-                                 units. Note that this is one way
-                                 dependency and changes to dependent
-                                 units does not affect listed unit. If
-                                 something else is desired, please
-                                 use some other type of dependency.
-                                 </para></listitem>
+                                <listitem><para>Configures dependencies
+                                similar to <varname>Requires=</varname>,
+                                but limited to stopping and restarting
+                                of units. When systemd stops or restarts
+                                the units listed here, the action is
+                                propagated to this unit.
+                                Note that this is a one way dependency -
+                                changes to this unit do not affect the
+                                listed units.
+                                </para></listitem>
                         </varlistentry>
 
                         <varlistentry>