X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=5c264275963007cc8057bf21657609e6f0f73b16;hp=f05718876e46e9cf49489a4d582a084a5b18c592;hb=3059b1c1f414300332320f286bb458531394f0b0;hpb=da49e9ab4c3cf53de3e41a532877727c6c9e5804 diff --git a/man/systemd.target.xml b/man/systemd.target.xml index f05718876..5c2642759 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,31 @@ 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=. + See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.special7