Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set.
Signed-off-by: Bill Nottingham <[email protected]> --- man/systemd.mount.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index d397c89..8470ed4 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -110,9 +110,10 @@ few special mount options are understood by systemd which influence how dependencies are created for mount points from <filename>/etc/fstab</filename>. If - <option>comment=systemd.mount</option> is specified as - mount option, then systemd will create a dependency of - type <option>Wants</option> from either + <option>MountAuto=yes</option> is set in system.conf, + or if<option>comment=systemd.mount</option> is specified as + mount option, then systemd will create + a dependency of type <option>Wants</option> from either <filename>local-fs.target</filename> or <filename>remote-fs.target</filename>, depending whether the file system is local or remote. If -- 1.7.7.6 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
