]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Clarify that basic.target does not pull in remote filesystems
authorFelipe Sateler <fsateler@debian.org>
Mon, 27 Jul 2015 22:34:19 +0000 (19:34 -0300)
committerFelipe Sateler <fsateler@debian.org>
Thu, 6 Aug 2015 00:26:11 +0000 (21:26 -0300)
Also note /var, /tmp or /var/tmp as special cases, should either of
those be a remote filesystem.

man/systemd.special.xml

index cf76aaf607eb1fddb4ebf00e9198983f96e3e70d..c8de0199f83e7504fe0f517e8dbf099409753819 100644 (file)
           for this target unit to all services (except for those with
           <varname>DefaultDependencies=no</varname>).</para>
 
-          <para>Usually this should pull-in all mount points, swap
-          devices, sockets, timers, and path units and other basic
-          initialization necessary for general purpose daemons.</para>
+          <para>Usually this should pull-in all local mount points plus
+          <filename>/var</filename>, <filename>/tmp</filename> and
+          <filename>/var/tmp</filename>, 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.
+          </para>
+
+          <para>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
+          <citerefentry><refentrytitle>bootup</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+          for details on the targets involved.
+          </para>
+
         </listitem>
       </varlistentry>
       <varlistentry>