From bbe0b4a8d5e84ac28689ba4b6f817524375622c3 Mon Sep 17 00:00:00 2001 From: John Lin Date: Tue, 12 Sep 2017 10:09:45 +0800 Subject: [PATCH] man: move bus-based/socket-based activation out of Automatic Dependencies section Fixes: #6793 --- man/systemd.unit.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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