X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=da2dba52b3510d4d2d257d6959e06aa0003f5f03;hp=bdd8f7d7014cd67010969b9a9ce3de97ba399b55;hb=abdf7993161a2762df6887fdb5a5f0f4f5da24cf;hpb=85e9a1010d16064ce435b84f02dc585bc645aade diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bdd8f7d70..da2dba52b 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -363,7 +363,15 @@ Requires= in order to achieve a system that is more robust when dealing with failing - services. + services. + + Note that dependencies of this + type may also be configured outside of + the unit configuration file by + adding a symlink to a + .requires/ directory + accompanying the unit file. For + details see above. @@ -415,7 +423,9 @@ the transaction as a whole. This is the recommended way to hook start-up of one unit to the start-up of another - unit. Note that dependencies of this + unit. + + Note that dependencies of this type may also be configured outside of the unit configuration file by adding a symlink to a @@ -444,16 +454,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. +