summaryrefslogtreecommitdiff
path: root/man/systemd.slice.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-08 19:00:00 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:33 +0200
commitcc4e4df49fe38e076c74b652f7e01b6c54004cab (patch)
treeb9b9a6dc01e693f2acb9254c21736e713a430489 /man/systemd.slice.xml
parentd2120590ffdcc041f098667355ca3db5161d25d9 (diff)
man: clarify that DefaultDependencies= is in the [Unit] section
This hopefully reduces confusion resulting in issues like #2992.
Diffstat (limited to 'man/systemd.slice.xml')
-rw-r--r--man/systemd.slice.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml
index 5c87bf0260..16247628af 100644
--- a/man/systemd.slice.xml
+++ b/man/systemd.slice.xml
@@ -106,14 +106,10 @@
<varname>After=</varname> and <varname>Requires=</varname> on
their immediate parent slice unit.</para>
- <para>Unless <varname>DefaultDependencies=false</varname>
- is used, slice units will implicitly have dependencies of
- type <varname>Conflicts=</varname> and
- <varname>Before=</varname> on
- <filename>shutdown.target</filename>. These ensure
- that slice units are removed prior to system
- shutdown. Only slice units involved with early boot or
- late system shutdown should disable this option.
+ <para>Unless <varname>DefaultDependencies=false</varname> is used in the <literal>[Unit]</literal> section, slice
+ units will implicitly have dependencies of type <varname>Conflicts=</varname> and <varname>Before=</varname> on
+ <filename>shutdown.target</filename>. These ensure that slice units are removed prior to system shutdown. Only
+ slice units involved with early boot or late system shutdown should disable this option.
</para>
</refsect1>