man: Clarify man page with respect to automatic fstab dependencies

Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.
This commit is contained in:
Bill Nottingham 2012-02-09 20:04:38 +01:00 committed by Lennart Poettering
parent 81006b8ad8
commit 54f5e17193
1 changed files with 5 additions and 3 deletions

View File

@ -110,9 +110,11 @@
few special mount options are understood by systemd
which influence how dependencies are created for mount
points from <filename>/etc/fstab</filename>. If
<option>x-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
<filename>system.conf</filename> (which is the
default), or if <option>x-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