Skip to content

Commit fa2a396

Browse files
ian-kellingmartinpitt
authored andcommitted
doc: MountFlags= don't reference container which may not exist (systemd#5011)
1 parent 7141028 commit fa2a396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/systemd.exec.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,9 +1182,9 @@
11821182
processes will receive or propagate mounts and unmounts. See <citerefentry
11831183
project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>2</manvolnum></citerefentry> for
11841184
details. Defaults to <option>shared</option>. Use <option>shared</option> to ensure that mounts and unmounts
1185-
are propagated from the host to the container and vice versa. Use <option>slave</option> to run processes so
1186-
that none of their mounts and unmounts will propagate to the host. Use <option>private</option> to also ensure
1187-
that no mounts and unmounts from the host will propagate into the unit processes' namespace. Note that
1185+
are propagated from systemd's namespace to the service's namespace and vice versa. Use <option>slave</option>
1186+
to run processes so that none of their mounts and unmounts will propagate to the host. Use <option>private</option>
1187+
to also ensure that no mounts and unmounts from the host will propagate into the unit processes' namespace. Note that
11881188
<option>slave</option> means that file systems mounted on the host might stay mounted continuously in the
11891189
unit's namespace, and thus keep the device busy. Note that the file system namespace related options
11901190
(<varname>PrivateTmp=</varname>, <varname>PrivateDevices=</varname>, <varname>ProtectSystem=</varname>,

0 commit comments

Comments
 (0)