diff options
author | Ian Kelling <ian@iankelling.org> | 2017-01-03 12:32:31 -0800 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2017-01-03 21:32:31 +0100 |
commit | fa2a396620adafd861a63e0c151045b56a2151f9 (patch) | |
tree | 4d08799eca745f712c480656f285b75dd102214c | |
parent | 7141028d30b6c4ab3de45c9c8985e77cb3389ea5 (diff) |
doc: MountFlags= don't reference container which may not exist (#5011)
-rw-r--r-- | man/systemd.exec.xml | 6 |
1 files 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 <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>2</manvolnum></citerefentry> for details. Defaults to <option>shared</option>. Use <option>shared</option> to ensure that mounts and unmounts - are propagated from the host to the container and vice versa. Use <option>slave</option> to run processes so - that none of their mounts and unmounts will propagate to the host. Use <option>private</option> 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 <option>slave</option> + to run processes so that none of their mounts and unmounts will propagate to the host. Use <option>private</option> + to also ensure that no mounts and unmounts from the host will propagate into the unit processes' namespace. Note that <option>slave</option> 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 (<varname>PrivateTmp=</varname>, <varname>PrivateDevices=</varname>, <varname>ProtectSystem=</varname>, |