]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that 'nofail' also has an effect on ordering
authorLennart Poettering <lennart@poettering.net>
Thu, 2 Aug 2018 18:05:51 +0000 (20:05 +0200)
committerFilipe Brandenburger <filbranden@google.com>
Thu, 2 Aug 2018 21:15:44 +0000 (14:15 -0700)
Prompted by #9765

man/systemd.mount.xml

index 1eb06b0ea81378efb579221b7a07854874bad527..daee201eeb41d34a693cbc3aa0faf6848337b10f 100644 (file)
       <varlistentry>
         <term><option>nofail</option></term>
 
-        <listitem><para>With <option>nofail</option>, this mount will
-        be only wanted, not required, by
-        <filename>local-fs.target</filename> or
-        <filename>remote-fs.target</filename>. This means that the
-        boot will continue even if this mount point is not mounted
-        successfully.</para>
+        <listitem><para>With <option>nofail</option>, this mount will be only wanted, not required, by
+        <filename>local-fs.target</filename> or <filename>remote-fs.target</filename>. Moreover the mount unit is not
+        ordered before these target units. This means that the boot will continue without waiting for the mount unit
+        and regardless whether the mount point can be mounted successfully.</para>
         </listitem>
       </varlistentry>