mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
man: document that 'nofail' also has an effect on ordering
Prompted by #9765
This commit is contained in:
parent
27d4866ad8
commit
e6c7c7ffd5
@ -370,12 +370,10 @@
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user