]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: clarify wording regarding MONITOR_* envs
authorSeptatrix <24257556+Septatrix@users.noreply.github.com>
Wed, 4 Dec 2024 23:27:04 +0000 (00:27 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 5 Dec 2024 18:01:19 +0000 (03:01 +0900)
man/systemd.exec.xml

index 607c88128ded41281ccf88ef22ae66c219165d36..14075cb4e7d5ceec0f878fbb0fafe1a86d6b7ecc 100644 (file)
@@ -4182,7 +4182,8 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX
           <varname>$MONITOR_INVOCATION_ID</varname> and <varname>$MONITOR_UNIT</varname> are set to the
           invocation id and unit name of the service which triggered the dependency.</para>
 
-          <para>Note that when multiple services trigger the same unit, those variables will be
+          <para>Note that when multiple services specify the same unit as their
+          <varname>OnFailure=</varname> or <varname>OnSuccess=</varname> handler, those variables will
           <emphasis>not</emphasis> be passed. Consider using a template handler unit for that case instead:
           <literal>OnFailure=<replaceable>handler</replaceable>@%n.service</literal> for non-templated units,
           or <literal>OnFailure=<replaceable>handler</replaceable>@%p-%i.service</literal> for templated