mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-27 14:03:43 +03:00
man: document relationship between RequiresMountsFor and noauto
https://bugzilla.redhat.com/show_bug.cgi?id=1088057
This commit is contained in:
parent
7f076504b8
commit
5d2abc04fc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user