diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-10-18 15:30:35 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-18 08:30:35 +0200 |
commit | c85f1346c0e96edccbf3213328334cb80c64508c (patch) | |
tree | 624e1c86da1c156c68297c547853915a4ea23222 /man/systemd.unit.xml | |
parent | 4b4a972d2e4b250ff074dc224864481cdd349790 (diff) | |
download | systemd-c85f1346c0e96edccbf3213328334cb80c64508c.tar.gz |
man: add explanation about target's DefaultDependencies= (#7120)
Closes #7113.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b66225fc6e..c37eb32361 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -297,7 +297,8 @@ <para>For example, target units will complement all configured dependencies of type <varname>Wants=</varname> or <varname>Requires=</varname> with dependencies of type - <varname>After=</varname>. See + <varname>After=</varname> unless <varname>DefaultDependencies=no</varname> + is set in the specified units. See <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. Note that this behavior can be turned off by setting <varname>DefaultDependencies=no</varname>.</para> |