diff options
author | John Lin <johnlinp@gmail.com> | 2017-11-20 10:55:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-20 10:55:52 +0100 |
commit | e79eabdb1becc93cf4afc909aa18dc40c931eab5 (patch) | |
tree | df0db08c93087e8d41af517132a1cfb01a208d0b /man | |
parent | meson: bump required meson version to 0.41 (#7385) (diff) | |
download | systemd-e79eabdb1becc93cf4afc909aa18dc40c931eab5.tar.xz systemd-e79eabdb1becc93cf4afc909aa18dc40c931eab5.zip |
man: Requires= stops this unit when dependencies get deactivated (#7391)
Fixes: #7372
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 18ad2b5f59..6047524623 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -504,8 +504,9 @@ <listitem><para>Configures requirement dependencies on other units. If this unit gets activated, the units listed here 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. This option may be specified more than once or multiple space-separated units may be + <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 deactivated if one of the other units get deactivated. + This option may be specified more than once or multiple space-separated units may be specified in one option in which case requirement dependencies for all listed names will be created. Note that requirement dependencies do not influence the order in which services are started or stopped. This has to be configured independently with the <varname>After=</varname> or <varname>Before=</varname> options. If a unit |