From 913a986914f30c7e90d3152233dc7bf1612c83d4 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Mon, 27 Jul 2015 21:23:41 -0300 Subject: man: Clarify difference between basic.target and sysinit.target --- man/systemd.special.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index c8de0199f8..c90b0366c1 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. + -- cgit v1.2.3-54-g00ecf