From: Uwe Kleine-König Date: Wed, 5 Apr 2023 16:23:40 +0000 (+0200) Subject: man/systemd-mount: Clearify documentation about --bind-device X-Git-Tag: v254-rc1~784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381ccb424643acd8bf99e5db16ad96b64996e4e9;p=thirdparty%2Fsystemd.git man/systemd-mount: Clearify documentation about --bind-device The documentation suggests that the mount point (i.e. the directory where the device is mounted) is removed when the device vanishes. However only stopping of the automount unit is implemented. So adapt the documentation to reality. --- diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 1cde3ab00cd..e25d5c435e9 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -227,7 +227,7 @@ This option only has an effect in automount mode, and controls whether the automount unit shall be bound to the backing device's lifetime. If set, the - automount point will be removed automatically when the backing device vanishes. By default the automount point + automount unit will be stopped automatically when the backing device vanishes. By default the automount unit stays around, and subsequent accesses will block until backing device is replugged. This option has no effect in case of non-device mounts, such as network or virtual file system mounts.