diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 6d8c873ca5..7355b135e9 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -131,11 +131,15 @@ umount.target in order to be stopped during shutdown. Mount units referring to local file systems automatically gain - an After= dependency on local-fs-pre.target. + an After= dependency on local-fs-pre.target, and a + Before= dependency on local-fs.target unless + mount option is set. Network mount units automatically acquire After= dependencies on remote-fs-pre.target, - network.target and network-online.target. Towards the latter a + network.target and network-online.target, and gain a + Before= dependency on remote-fs.target unless + mount option is set. Towards the latter a Wants= unit is added as well.