diff options
author | Luca Boccassi <bluca@debian.org> | 2022-02-03 15:48:27 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-02-03 15:48:27 +0100 |
commit | cbfa0431494523ccdae45faab75af173bcc059ce (patch) | |
tree | f651be34afd86a08f13af252e44fa2880c4b63b7 /man | |
parent | fix italian translations to display unit name (diff) | |
download | systemd-cbfa0431494523ccdae45faab75af173bcc059ce.tar.xz systemd-cbfa0431494523ccdae45faab75af173bcc059ce.zip |
man: explicitly mention that Requires propagates restarts
It's implicit, but the actions are different, so let's be explicit to
avoid any confusion.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0b0a66713f..7b4bd44f26 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -630,8 +630,8 @@ <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 |