summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2012-07-26 09:34:27 +0200
committerMichal Schmidt <mschmidt@redhat.com>2012-07-26 09:34:55 +0200
commitf3d52e8cf23582d9150bd62a05dbedb8dd102f9c (patch)
tree91b2c6723188cd45907b5ae9d39570a41024447b
parent85e9a1010d16064ce435b84f02dc585bc645aade (diff)
downloadsystemd-f3d52e8cf23582d9150bd62a05dbedb8dd102f9c.tar.gz
man: rewrite the description of PartOf
-rw-r--r--man/systemd.unit.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index bdd8f7d701..3b3a9f3ca5 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -444,16 +444,16 @@
<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>