From: Zbigniew Jędrzejewski-Szmek Date: Thu, 17 Apr 2014 02:15:42 +0000 (-0400) Subject: man: document relationship between RequiresMountsFor and noauto X-Git-Tag: v213~392 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5d2abc04fc95f5c5f6d0eaf2f9b06c70d504019f;ds=sidebyside man: document relationship between RequiresMountsFor and noauto https://bugzilla.redhat.com/show_bug.cgi?id=1088057 --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bcd4ba8ee..30b6ea16e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -705,13 +705,26 @@ RequiresMountsFor= - Takes a space-separated - list of absolute paths. Automatically - adds dependencies of type - Requires= and - After= for all + Takes a + space-separated list of absolute + paths. Automatically adds dependencies + of type Requires= + and After= for all mount units required to access the - specified path. + specified path. + + Mount points marked with + 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 + (Requires= and + After= or + some other combination). +