From 0f00528db4e941503ec8cb5052367b17a8b566ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 5 Sep 2017 11:20:14 +0200 Subject: [PATCH] man: add an explicit description of _netdev to systemd.mount(5) It was mentioned in passing, but having it in the list of options is also nice. --- man/systemd.mount.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 1bed7d17f16..3d3a0a7cc72 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -298,6 +298,23 @@ details. + + + + + Normally the file system type is used to determine if a + mount is a "network mount", i.e. if it should only be started after the + network is available. Using this option overrides this detection and + specifies that the mount requires network. + + Network mount units are ordered between remote-fs-pre.target + and remote-fs.target, instead of + local-fs-pre.target and local-fs.target. + They also pull in network-online.target and are ordered after + it and network.target. + + +