man: we support bind mounting regular files too

Let's be precise here: we accept non-directories here too, even though
we create things as directories if we find the Where= not to exist.
This commit is contained in:
Lennart Poettering 2020-01-13 11:23:14 +01:00
parent 151a7133cd
commit f9951b0cf0
1 changed files with 4 additions and 6 deletions

View File

@ -436,12 +436,10 @@
<varlistentry>
<term><varname>Where=</varname></term>
<listitem><para>Takes an absolute path of a directory for the
mount point; in particular, the destination cannot be a symbolic
link. If the mount point does not exist at the time of
mounting, it is created. This string must be reflected in the
unit filename. (See above.) This option is
mandatory.</para></listitem>
<listitem><para>Takes an absolute path of a file or directory for the mount point; in particular, the
destination cannot be a symbolic link. If the mount point does not exist at the time of mounting, it
is created as directory. This string must be reflected in the unit filename. (See above.) This option
is mandatory.</para></listitem>
</varlistentry>
<varlistentry>