From: Zbigniew Jędrzejewski-Szmek Date: Tue, 5 Sep 2017 09:20:14 +0000 (+0200) Subject: man: add an explicit description of _netdev to systemd.mount(5) X-Git-Tag: v235~158^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f00528db4e941503ec8cb5052367b17a8b566ba;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 1bed7d1..3d3a0a7c 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. + + +