man: document relationship between RequiresMountsFor and noauto

https://bugzilla.redhat.com/show_bug.cgi?id=1088057
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-04-16 22:15:42 -04:00
parent 7f076504b8
commit 5d2abc04fc
1 changed files with 19 additions and 6 deletions

View File

@ -705,13 +705,26 @@
<varlistentry>
<term><varname>RequiresMountsFor=</varname></term>
<listitem><para>Takes a space-separated
list of absolute paths. Automatically
adds dependencies of type
<varname>Requires=</varname> and
<varname>After=</varname> for all
<listitem><para>Takes a
space-separated list of absolute
paths. Automatically adds dependencies
of type <varname>Requires=</varname>
and <varname>After=</varname> for all
mount units required to access the
specified path.</para></listitem>
specified path.</para>
<para>Mount points marked with
<option>noauto</option> are not
mounted automatically and will be
ignored for the purposes of this
option. If such a mount should be a
requirement for this unit,
direct dependencies on the mount
units may be added
(<varname>Requires=</varname> and
<varname>After=</varname> or
some other combination).
</para></listitem>
</varlistentry>
<varlistentry>