From: Ian Kelling Date: Tue, 3 Jan 2017 20:32:31 +0000 (-0800) Subject: doc: MountFlags= don't reference container which may not exist (#5011) X-Git-Tag: v233~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2a396620adafd861a63e0c151045b56a2151f9;p=thirdparty%2Fsystemd.git doc: MountFlags= don't reference container which may not exist (#5011) --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 920a580f701..d2553b287c4 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=,