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.path.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.path.xml')
-rw-r--r-- | man/systemd.path.xml | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index dc21885309..513ca70692 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -71,36 +71,40 @@ </refsect1> <refsect1> - <title>Implicit Dependencies</title> + <title>Automatic Dependencies</title> - <para>The following dependencies are implicitly added:</para> + <refsect2> + <title>Implicit Dependencies</title> - <itemizedlist> - <listitem><para>If a path unit is beneath another mount unit in the file - system hierarchy, both a requirement and an ordering dependency - between both units are created automatically.</para></listitem> + <para>The following dependencies are implicitly added:</para> - <listitem><para>An implicit <varname>Before=</varname> dependency is added - between a path unit and the unit it is supposed to activate.</para></listitem> - </itemizedlist> - </refsect1> + <itemizedlist> + <listitem><para>If a path unit is beneath another mount unit in the file + system hierarchy, both a requirement and an ordering dependency + between both units are created automatically.</para></listitem> - <refsect1> - <title>Default Dependencies</title> + <listitem><para>An implicit <varname>Before=</varname> dependency is added + between a path unit and the unit it is supposed to activate.</para></listitem> + </itemizedlist> + </refsect2> + + <refsect2> + <title>Default Dependencies</title> - <para>The following dependencies are added unless <varname>DefaultDependencies=no</varname> is set:</para> + <para>The following dependencies are added unless <varname>DefaultDependencies=no</varname> is set:</para> - <itemizedlist> - <listitem><para>Path units will automatically have dependencies of type <varname>Before=</varname> on - <filename>paths.target</filename>, - dependencies of type <varname>After=</varname> and <varname>Requires=</varname> on - <filename>sysinit.target</filename>, and have dependencies of type <varname>Conflicts=</varname> and - <varname>Before=</varname> on <filename>shutdown.target</filename>. These ensure that path units are terminated - cleanly prior to system shutdown. Only path units involved with early boot or late system shutdown should - disable <varname>DefaultDependencies=</varname> option.</para></listitem> - </itemizedlist> + <itemizedlist> + <listitem><para>Path units will automatically have dependencies of type <varname>Before=</varname> on + <filename>paths.target</filename>, + dependencies of type <varname>After=</varname> and <varname>Requires=</varname> on + <filename>sysinit.target</filename>, and have dependencies of type <varname>Conflicts=</varname> and + <varname>Before=</varname> on <filename>shutdown.target</filename>. These ensure that path units are terminated + cleanly prior to system shutdown. Only path units involved with early boot or late system shutdown should + disable <varname>DefaultDependencies=</varname> option.</para></listitem> + </itemizedlist> - <para></para> + <para></para> + </refsect2> </refsect1> <refsect1> |