diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-16 18:00:33 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-18 10:04:10 +0200 |
commit | aed5cb03db916de7e685eaf59975c41326e4f778 (patch) | |
tree | ed10cb137f09a405888c0ed23e81cd8bb54f9d58 /man/systemd.scope.xml | |
parent | man: describe unit templating explicitly (diff) | |
download | systemd-aed5cb03db916de7e685eaf59975c41326e4f778.tar.xz systemd-aed5cb03db916de7e685eaf59975c41326e4f778.zip |
man: merge two sections into two subsections of one section
Those are very close subjects that are a good fit for one section.
Diffstat (limited to 'man/systemd.scope.xml')
-rw-r--r-- | man/systemd.scope.xml | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index cf888696cd..317500c3f6 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -64,29 +64,33 @@ </refsect1> <refsect1> - <title>Implicit Dependencies</title> - - <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> + <title>Automatic Dependencies</title> + + <refsect2> + <title>Implicit Dependencies</title> + + <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> + </refsect2> + + <refsect2> + <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> + </refsect2> </refsect1> <refsect1> |