diff options
author | John Lin <johnlinp@gmail.com> | 2017-09-12 06:02:27 +0200 |
---|---|---|
committer | John Lin <johnlinp@gmail.com> | 2017-09-13 05:39:09 +0200 |
commit | 45f09f939b50387d65ab6fc46f47608523a6ef19 (patch) | |
tree | 5f59d953c2a4947701a7a8c55d8f5531fe4c0f07 /man/systemd.resource-control.xml | |
parent | man: move bus-based/socket-based activation out of Automatic Dependencies sec... (diff) | |
download | systemd-45f09f939b50387d65ab6fc46f47608523a6ef19.tar.xz systemd-45f09f939b50387d65ab6fc46f47608523a6ef19.zip |
man: explicitly distinguish "implicit dependencies" and "default dependencies"
Fixes: #6793
Diffstat (limited to 'man/systemd.resource-control.xml')
-rw-r--r-- | man/systemd.resource-control.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 9b1f5dbbab..ed75e737ac 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -93,12 +93,19 @@ </refsect1> <refsect1> - <title>Automatic Dependencies</title> + <title>Implicit Dependencies</title> - <para>Units with the <varname>Slice=</varname> setting set automatically acquire <varname>Requires=</varname> and - <varname>After=</varname> dependencies on the specified slice unit.</para> + <para>The following dependencies are implicitly added:</para> + + <itemizedlist> + <listitem><para>Units with the <varname>Slice=</varname> setting set automatically acquire + <varname>Requires=</varname> and <varname>After=</varname> dependencies on the specified + slice unit.</para></listitem> + </itemizedlist> </refsect1> + <!-- We don't have any default dependency here. --> + <refsect1> <title>Unified and Legacy Control Group Hierarchies</title> @@ -578,7 +585,7 @@ <para>Special care should be taken when relying on the default slice assignment in templated service units that have <varname>DefaultDependencies=no</varname> set, see <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>, section - "Automatic Dependencies" for details.</para> + "Default Dependencies" for details.</para> </listitem> </varlistentry> |