From f9951b0cf0e5ed4f0c544f28f8acc85a54772d98 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Jan 2020 11:23:14 +0100 Subject: [PATCH] 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. --- man/systemd.mount.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 1adcba28e2..fe8a6f00ce 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -436,12 +436,10 @@ Where= - 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. + 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.