]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move bus-based/socket-based activation out of Automatic Dependencies section
authorJohn Lin <johnlinp@gmail.com>
Tue, 12 Sep 2017 02:09:45 +0000 (10:09 +0800)
committerJohn Lin <johnlinp@gmail.com>
Tue, 12 Sep 2017 04:47:18 +0000 (12:47 +0800)
Fixes: #6793
man/systemd.unit.xml

index d1819aa0ed79410a5817ecf29641f68ed753e959..32399ef99332076d9b0caa51da93cc1efbf89fe4 100644 (file)
     <!-- Note that we do not document .include here, as we consider it mostly obsolete, and want
          people to use .d/ drop-ins instead. -->
 
+    <para>Note that while systemd offers a flexible dependency system
+    between units it is recommended to use this functionality only
+    sparingly and instead rely on techniques such as bus-based or
+    socket-based activation which make dependencies implicit,
+    resulting in a both simpler and more flexible system.</para>
+
     <para>Some unit names reflect paths existing in the file system
     namespace. Example: a device unit
     <filename>dev-sda.device</filename> refers to a device with the
   <refsect1>
     <title>Automatic Dependencies</title>
 
-    <para>Note that while systemd offers a flexible dependency system
-    between units it is recommended to use this functionality only
-    sparingly and instead rely on techniques such as bus-based or
-    socket-based activation which make dependencies implicit,
-    resulting in a both simpler and more flexible system.</para>
-
     <para>A number of unit dependencies are automatically established,
     depending on unit configuration. On top of that, for units with
     <varname>DefaultDependencies=yes</varname> (the default) a couple