From: Felipe Sateler Date: Tue, 28 Jul 2015 00:23:41 +0000 (-0300) Subject: man: Clarify difference between basic.target and sysinit.target X-Git-Tag: v225~97^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=913a986914f30c7e90d3152233dc7bf1612c83d4;p=thirdparty%2Fsystemd.git man: Clarify difference between basic.target and sysinit.target --- diff --git a/man/systemd.special.xml b/man/systemd.special.xml index c8de0199f83..c90b0366c1a 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -516,8 +516,14 @@ sysinit.target - A special target unit covering early boot-up - scripts. + This target pulls in the services required for system + initialization. System services pulled in by this target should + declare DefaultDependencies=no and specify + all their dependencies manually, including access to anything + more than a read only root filesystem. For details on the + dependencies of this target, refer to + bootup7. +