diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-08 22:53:16 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-08 22:53:16 -0500 |
commit | ef3116b5d4b9f12ae9f0fc25c8b40a04712c6d56 (patch) | |
tree | c17ae0e814c4ef6f3be5181ee091de548f7209ef /man/systemd.exec.xml | |
parent | 08fe86d5bef3ac827880a9859b46a5d1363201a2 (diff) |
man: add more commas for clarify and reword a few sentences
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 09e78c6786..e95321f3c9 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -150,13 +150,13 @@ <term><varname>MountAPIVFS=</varname></term> <listitem><para>Takes a boolean argument. If on, a private mount namespace for the unit's processes is created - and the API file systems <filename>/proc</filename>, <filename>/sys</filename> and <filename>/dev</filename> - will be mounted inside of it, unless they are already mounted. Note that this option has no effect unless used - in conjunction with <varname>RootDirectory=</varname>/<varname>RootImage=</varname> as these three mounts are generally mounted in the host - anyway, and unless the root directory is changed the private mount namespace will be a 1:1 copy of the host's, - and include these three mounts. Note that the <filename>/dev</filename> file system of the host is bind mounted - if this option is used without <varname>PrivateDevices=</varname>. To run the service with a private, minimal - version of <filename>/dev/</filename>, combine this option with + and the API file systems <filename>/proc</filename>, <filename>/sys</filename>, and <filename>/dev</filename> + are mounted inside of it, unless they are already mounted. Note that this option has no effect unless used in + conjunction with <varname>RootDirectory=</varname>/<varname>RootImage=</varname> as these three mounts are + generally mounted in the host anyway, and unless the root directory is changed, the private mount namespace + will be a 1:1 copy of the host's, and include these three mounts. Note that the <filename>/dev</filename> file + system of the host is bind mounted if this option is used without <varname>PrivateDevices=</varname>. To run + the service with a private, minimal version of <filename>/dev/</filename>, combine this option with <varname>PrivateDevices=</varname>.</para></listitem> </varlistentry> |