From: Zbigniew Jędrzejewski-Szmek Date: Thu, 9 Feb 2017 01:23:12 +0000 (-0500) Subject: man: revert documentation about RequiresMountsFor= honoring noauto X-Git-Tag: v233~133^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88e328fd33fdf00ae455c528d91464f72ce7d254;p=thirdparty%2Fsystemd.git man: revert documentation about RequiresMountsFor= honoring noauto This effectively reverts commit 5d2abc04fc95f5c5f6d0eaf2f: Author: Zbigniew Jędrzejewski-Szmek Date: Wed Apr 16 22:15:42 2014 -0400 man: document relationship between RequiresMountsFor and noauto https://bugzilla.redhat.com/show_bug.cgi?id=1088057 Fixes #5249. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index eb00a2e88e5..417840e6c27 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -631,11 +631,9 @@ all mount units required to access the 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). + mounted automatically through local-fs.target, + but are still honored for the purposes of this option, i.e. they + will be pulled in by this unit.