diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-07 20:06:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 20:06:18 +0200 |
commit | 2e2f6a01a008156ed457040c4757fa541be4a055 (patch) | |
tree | f59452b2ff81567c687a53f2b38548fbbb5763d1 /man/systemd.mount.xml | |
parent | add error message when bind mount src missing (diff) | |
parent | fstab-generator: introduce an helper to write extra dependencies specified vi... (diff) | |
download | systemd-2e2f6a01a008156ed457040c4757fa541be4a055.tar.xz systemd-2e2f6a01a008156ed457040c4757fa541be4a055.zip |
Merge pull request #16143 from fbuihuu/fstab-generator-fix
fstab-generator: make sure explicit deps configured via mount options apply to .mount, not .automount unit
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r-- | man/systemd.mount.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index f5a9d446e9..9e1f5d40fd 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -204,7 +204,11 @@ system that merges multiple mount points). See <varname>After=</varname> and <varname>Requires=</varname> in <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for details.</para></listitem> + for details.</para> + + <para>Note that this option always applies to the created mount unit + only regardless whether <option>x-systemd.automount</option> has been + specified.</para></listitem> </varlistentry> <varlistentry> @@ -223,7 +227,11 @@ unit. See <varname>Before=</varname> and <varname>After=</varname> in <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for details.</para></listitem> + for details.</para> + + <para>Note that these options always apply to the created mount unit + only regardless whether <option>x-systemd.automount</option> has been + specified.</para></listitem> </varlistentry> <varlistentry> |