summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-04-16 22:15:42 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-04-16 22:17:29 -0400
commit5d2abc04fc95f5c5f6d0eaf2f9b06c70d504019f (patch)
treee8a1edd17c7cfec55abbe9a1af7eb9490169f927 /man/systemd.unit.xml
parent7f076504b8291d03063ccaee5b40f642df48f8b1 (diff)
man: document relationship between RequiresMountsFor and noauto
https://bugzilla.redhat.com/show_bug.cgi?id=1088057
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index bcd4ba8ee5..30b6ea16ea 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -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>