diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index e29ebf8659..fa3e6afe77 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1184,7 +1184,11 @@ details. Defaults to . Use to ensure that mounts and unmounts are propagated from the host to the container and vice versa. Use to run processes so that none of their mounts and unmounts will propagate to the host. Use to also ensure - that no mounts and unmounts from the host will propagate into the unit processes' namespace. Note that + that no mounts and unmounts from the host will propagate into the unit processes' namespace. + If this is set to or , any mounts created by spawned processes + will be unmounted after the completion of the current command line of ExecStartPre=, + ExecStartPost=, ExecStart=, + and ExecStopPost=. Note that means that file systems mounted on the host might stay mounted continuously in the unit's namespace, and thus keep the device busy. Note that the file system namespace related options (PrivateTmp=, PrivateDevices=, ProtectSystem=,