From: Yu Watanabe Date: Sat, 26 Jan 2019 12:05:27 +0000 (+0100) Subject: man: update DefaultDependency= in systemd.mount(5) X-Git-Tag: v241-rc1~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11562%2Fhead;p=thirdparty%2Fsystemd.git man: update DefaultDependency= in systemd.mount(5) Follow-up for d54bab90e64f70c1ecf9b0683a98adb8485ed09e and the previous commit. --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 6d8c873ca52..7355b135e97 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.