]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that noauto doesn't affect automount units configured through /etc...
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Nov 2017 03:05:15 +0000 (04:05 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Nov 2017 03:05:15 +0000 (12:05 +0900)
Fixes: #6937
man/systemd.mount.xml

index 58cdb547ea84742460dd44a0eb766fc69df0a3c7..94d657499e6ec4f8f90e1357eba154dab56c8d00 100644 (file)
         <term><option>noauto</option></term>
         <term><option>auto</option></term>
 
-        <listitem><para>With <option>noauto</option>, this mount will
-        not be added as a dependency for
-        <filename>local-fs.target</filename> or
-        <filename>remote-fs.target</filename>. This means that it will
-        not be mounted automatically during boot, unless it is pulled
-        in by some other unit. The <option>auto</option> option has the
-        opposite meaning and is the default.</para>
+        <listitem><para>With <option>noauto</option>, the mount unit will not be added as a dependency for
+        <filename>local-fs.target</filename> or <filename>remote-fs.target</filename>. This means that it will not be
+        mounted automatically during boot, unless it is pulled in by some other unit. The <option>auto</option> option
+        has the opposite meaning and is the default. Note that the <option>noauto</option> option has an effect on the
+        mount unit itself only — if <option>x-systemd.automount</option> is used (see above), then the matching
+        automount unit will still be pulled in by these targets.</para>
         </listitem>
       </varlistentry>