X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=6b1dbfbde3a44edd1a328184456ec4fb885665cb;hp=88a9e6eada63ff6b26558de64f7d685729032a9c;hb=b4f78aeac66e64e0489d7a26f1370a69d0fcf011;hpb=b439c6ee04967fa988d232e0765f972cb27b1877 diff --git a/man/systemd.target.xml b/man/systemd.target.xml index 88a9e6ead..6b1dbfbde 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -76,18 +76,29 @@ dependencies between units. Among other things, target units are a more flexible replacement for SysV runlevels in the classic SysV init system. (And for - compatibility reasons there exist special + compatibility reasons special target units such as - runlevel3.target which 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