From: Michal Schmidt Date: Thu, 26 Jul 2012 07:34:27 +0000 (+0200) Subject: man: rewrite the description of PartOf X-Git-Tag: v188~84 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f3d52e8cf23582d9150bd62a05dbedb8dd102f9c;hp=85e9a1010d16064ce435b84f02dc585bc645aade man: rewrite the description of PartOf --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bdd8f7d70..3b3a9f3ca 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -444,16 +444,16 @@ PartOf= - 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. - + Configures dependencies + similar to Requires=, + 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. +