diff options
author | John Lin <johnlinp@gmail.com> | 2017-09-12 12:02:27 +0800 |
---|---|---|
committer | John Lin <johnlinp@gmail.com> | 2017-09-13 11:39:09 +0800 |
commit | 45f09f939b50387d65ab6fc46f47608523a6ef19 (patch) | |
tree | 5f59d953c2a4947701a7a8c55d8f5531fe4c0f07 /man/systemd.scope.xml | |
parent | bbe0b4a8d5e84ac28689ba4b6f817524375622c3 (diff) | |
download | systemd-45f09f939b50387d65ab6fc46f47608523a6ef19.tar.gz |
man: explicitly distinguish "implicit dependencies" and "default dependencies"
Fixes: #6793
Diffstat (limited to 'man/systemd.scope.xml')
-rw-r--r-- | man/systemd.scope.xml | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index 36f24d46a1..e41493cdd3 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -75,22 +75,31 @@ </refsect1> <refsect1> - <title>Automatic Dependencies</title> - - <para>Unless <varname>DefaultDependencies=false</varname> - is used, scope units will implicitly have dependencies of - type <varname>Conflicts=</varname> and - <varname>Before=</varname> on - <filename>shutdown.target</filename>. These ensure - that scope units are removed prior to system - shutdown. Only scope units involved with early boot or - late system shutdown should disable this option. - </para> + <title>Implicit Dependencies</title> - <para>Additional implicit dependencies may be added as result of + <para>Implicit dependencies may be added as result of resource control parameters as documented in <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> + </refsect1> + <refsect1> + <title>Default Dependencies</title> + + <para>The following dependencies are added unless + <varname>DefaultDependencies=no</varname> is set:</para> + + <itemizedlist> + <listitem><para>Scope units will automatically have dependencies of + type <varname>Conflicts=</varname> and + <varname>Before=</varname> on + <filename>shutdown.target</filename>. These ensure + that scope units are removed prior to system + shutdown. Only scope units involved with early boot or + late system shutdown should disable + <varname>DefaultDependencies=</varname> option.</para></listitem> + </itemizedlist> + + <para></para> </refsect1> <refsect1> |