From: Felipe Sateler Date: Mon, 27 Jul 2015 22:34:19 +0000 (-0300) Subject: man: Clarify that basic.target does not pull in remote filesystems X-Git-Tag: v225~97^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1abc8ae604f6acd18f7dec1ae8e7371c7773d0b0;p=thirdparty%2Fsystemd.git man: Clarify that basic.target does not pull in remote filesystems Also note /var, /tmp or /var/tmp as special cases, should either of those be a remote filesystem. --- diff --git a/man/systemd.special.xml b/man/systemd.special.xml index cf76aaf607e..c8de0199f83 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -130,9 +130,22 @@ for this target unit to all services (except for those with DefaultDependencies=no). - Usually this should pull-in all mount points, swap - devices, sockets, timers, and path units and other basic - initialization necessary for general purpose daemons. + Usually this should pull-in all local mount points plus + /var, /tmp and + /var/tmp, swap devices, sockets, timers, + path units and other basic initialization necessary for general + purpose daemons. The mentioned mount points are special cased + to allow them to be remote. + + + This target usually does not pull in any non-target units + directly, but rather does so indirectly via other early boot targets. + It is instead meant as a synchronization point for late boot + services. Refer to + bootup7 + for details on the targets involved. + +