diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d1819aa0ed..32399ef993 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -209,6 +209,12 @@ + 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. + Some unit names reflect paths existing in the file system namespace. Example: a device unit dev-sda.device refers to a device with the @@ -264,12 +270,6 @@ Automatic Dependencies - 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. - A number of unit dependencies are automatically established, depending on unit configuration. On top of that, for units with DefaultDependencies=yes (the default) a couple