From: Lennart Poettering Date: Thu, 2 Aug 2018 18:05:51 +0000 (+0200) Subject: man: document that 'nofail' also has an effect on ordering X-Git-Tag: v240~867 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6c7c7ffd5544b7845feeb5f0d3be0a960df9aaa;p=thirdparty%2Fsystemd.git man: document that 'nofail' also has an effect on ordering Prompted by #9765 --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 1eb06b0ea81..daee201eeb4 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -370,12 +370,10 @@ - With , this mount will - be only wanted, not required, by - local-fs.target or - remote-fs.target. This means that the - boot will continue even if this mount point is not mounted - successfully. + With , this mount will be only wanted, not required, by + local-fs.target or remote-fs.target. 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.