X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=6b1dbfbde3a44edd1a328184456ec4fb885665cb;hp=f05718876e46e9cf49489a4d582a084a5b18c592;hb=bbc732830876ce75a95c57ccf8677f74e4569efc;hpb=da49e9ab4c3cf53de3e41a532877727c6c9e5804 diff --git a/man/systemd.target.xml b/man/systemd.target.xml index f05718876..6b1dbfbde 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -65,7 +65,7 @@ for the common options of all unit configuration files. The common configuration items are configured in the generic [Unit] and [Install] sections. A - seperate [Target] section does not exist, since no + separate [Target] section does not exist, since no target-specific options may be configured. Target units do not offer any additional @@ -73,21 +73,32 @@ provided by units. They exist merely to group units via dependencies (useful as boot targets), and to establish standardized names for synchronization points used in - dependencies between units. Among other things target + dependencies between units. Among other things, target units are a more flexible replacement for SysV - runlevels in the classic SysV init system. (And in - fact for compatibility reasons there exist special + runlevels in the classic SysV init system. (And for + compatibility reasons special target units such as - runlevel3.target that are used by + runlevel3.target exist which are used by the SysV runlevel compatibility code in systemd. See systemd.special7 for details). + + Unless DefaultDependencies= + is set to , target units will + implicitly complement all configured dependencies of + type Wants=, + Requires=, + RequiresOverridable= with + dependencies of type After= if the + units in question also have + DefaultDependencies=true. + See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.special7