From 321cd1c17c511c771cab86d5244032b999aed261 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 26 Jan 2019 13:05:27 +0100 Subject: [PATCH] man: update DefaultDependency= in systemd.mount(5) Follow-up for d54bab90e64f70c1ecf9b0683a98adb8485ed09e and the previous commit. --- man/systemd.mount.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.47.3