1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-10 21:45:21 +03:00

man: rewrite the description of PartOf

This commit is contained in:
Michal Schmidt
2012-07-26 09:34:27 +02:00
parent 85e9a1010d
commit f3d52e8cf2

View File

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