X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=6f3bc182dc65636a14226ac1bcbd2cbfb792eb89;hb=62adf224d1d3e225de072a2815dd50e973230f5c;hp=88a9e6eada63ff6b26558de64f7d685729032a9c;hpb=af65a09126e216d468592f069aee50dfe0382d3a;p=elogind.git diff --git a/man/systemd.target.xml b/man/systemd.target.xml index 88a9e6ead..6f3bc182d 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -76,12 +76,22 @@ 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=. +