From fa2a396620adafd861a63e0c151045b56a2151f9 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 3 Jan 2017 12:32:31 -0800 Subject: [PATCH] doc: MountFlags= don't reference container which may not exist (#5011) --- man/systemd.exec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 920a580f70..d2553b287c 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1182,9 +1182,9 @@ processes will receive or propagate mounts and unmounts. See mount2 for 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 + are propagated from systemd's namespace to the service's namespace 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 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=,