1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

doc: MountFlags= don't reference container which may not exist (#5011)

This commit is contained in:
Ian Kelling 2017-01-03 12:32:31 -08:00 committed by Martin Pitt
parent 7141028d30
commit fa2a396620

View File

@ -1182,9 +1182,9 @@
processes will receive or propagate mounts and unmounts. See <citerefentry processes will receive or propagate mounts and unmounts. See <citerefentry
project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>2</manvolnum></citerefentry> for 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 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 are propagated from systemd's namespace to the service's namespace and vice versa. Use <option>slave</option>
that none of their mounts and unmounts will propagate to the host. Use <option>private</option> to also ensure to run processes so that none of their mounts and unmounts will propagate to the host. Use <option>private</option>
that no mounts and unmounts from the host will propagate into the unit processes' namespace. Note that 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 <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 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>, (<varname>PrivateTmp=</varname>, <varname>PrivateDevices=</varname>, <varname>ProtectSystem=</varname>,