From 381ccb424643acd8bf99e5db16ad96b64996e4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Wed, 5 Apr 2023 18:23:40 +0200 Subject: 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. --- man/systemd-mount.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 1cde3ab00c..e25d5c435e 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. -- cgit v1.2.1