chiark / gitweb /
man: Clarify man page with respect to automatic fstab dependencies
authorBill Nottingham <notting@redhat.com>
Thu, 9 Feb 2012 19:04:38 +0000 (20:04 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Feb 2012 19:04:38 +0000 (20:04 +0100)
Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.

man/systemd.mount.xml

index 1986784947dd9a99c8e355e3445e9794a8667ad3..8f1cc514cfe4441363ed6d57df781ffd1f2dad32 100644 (file)
                 few special mount options are understood by systemd
                 which influence how dependencies are created for mount
                 points from <filename>/etc/fstab</filename>. If
                 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
                 <filename>local-fs.target</filename> or
                 <filename>remote-fs.target</filename>, depending
                 whether the file system is local or remote. If