diff options
author | John Lin <johnlinp@gmail.com> | 2017-09-12 04:09:45 +0200 |
---|---|---|
committer | John Lin <johnlinp@gmail.com> | 2017-09-12 06:47:18 +0200 |
commit | bbe0b4a8d5e84ac28689ba4b6f817524375622c3 (patch) | |
tree | 6b43976f4f0d108fbd0dcac02cd67028af0c7f5c /man/systemd.unit.xml | |
parent | units: remove unnecessary Requires= and After= in system.slice (#6794) (diff) | |
download | systemd-bbe0b4a8d5e84ac28689ba4b6f817524375622c3.tar.xz systemd-bbe0b4a8d5e84ac28689ba4b6f817524375622c3.zip |
man: move bus-based/socket-based activation out of Automatic Dependencies section
Fixes: #6793
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d1819aa0ed..32399ef993 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -209,6 +209,12 @@ <!-- Note that we do not document .include here, as we consider it mostly obsolete, and want people to use .d/ drop-ins instead. --> + <para>Note that while systemd offers a flexible dependency system + between units it is recommended to use this functionality only + sparingly and instead rely on techniques such as bus-based or + socket-based activation which make dependencies implicit, + resulting in a both simpler and more flexible system.</para> + <para>Some unit names reflect paths existing in the file system namespace. Example: a device unit <filename>dev-sda.device</filename> refers to a device with the @@ -264,12 +270,6 @@ <refsect1> <title>Automatic Dependencies</title> - <para>Note that while systemd offers a flexible dependency system - between units it is recommended to use this functionality only - sparingly and instead rely on techniques such as bus-based or - socket-based activation which make dependencies implicit, - resulting in a both simpler and more flexible system.</para> - <para>A number of unit dependencies are automatically established, depending on unit configuration. On top of that, for units with <varname>DefaultDependencies=yes</varname> (the default) a couple |