]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: explicitly mention that Requires propagates restarts 22394/head
authorLuca Boccassi <bluca@debian.org>
Thu, 3 Feb 2022 14:48:27 +0000 (14:48 +0000)
committerLuca Boccassi <bluca@debian.org>
Thu, 3 Feb 2022 14:48:27 +0000 (14:48 +0000)
It's implicit, but the actions are different, so let's be explicit to
avoid any confusion.

man/systemd.unit.xml

index 0b0a66713f519085c594875d6d7ff3c6be9682c6..7b4bd44f2639dcb38f5ac1dc0240929ccd802e05 100644 (file)
         <para>If this unit gets activated, the units listed will be activated as well. If one of
         the other units fails to activate, and an ordering dependency <varname>After=</varname> on the
         failing unit is set, this unit will not be started. Besides, with or without specifying
-        <varname>After=</varname>, this unit will be stopped if one of the other units is explicitly
-        stopped.</para>
+        <varname>After=</varname>, this unit will be stopped (or restarted) if one of the other units is
+        explicitly stopped (or restarted).</para>
 
         <para>Often, it is a better choice to use <varname>Wants=</varname> instead of
         <varname>Requires=</varname> in order to achieve a system that is more robust when dealing with