From e6c7c7ffd5544b7845feeb5f0d3be0a960df9aaa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 2 Aug 2018 20:05:51 +0200 Subject: [PATCH] man: document that 'nofail' also has an effect on ordering Prompted by #9765 --- man/systemd.mount.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 1eb06b0ea8..daee201eeb 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.