]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Requires= stops this unit when dependencies get deactivated (#7391)
authorJohn Lin <johnlinp@gmail.com>
Mon, 20 Nov 2017 09:55:52 +0000 (17:55 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Nov 2017 09:55:52 +0000 (10:55 +0100)
Fixes: #7372
man/systemd.unit.xml

index 18ad2b5f596f52e71e1bc16fdf4cde8c7f137b87..60475246235d5e5e5c2d09702bba463e64568b95 100644 (file)
 
         <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