]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd.unit.xml
man: more hyperlinks and other fixes
[thirdparty/systemd.git] / man / systemd.unit.xml
index 83ac72a5a319e5495e06514b35568e5bf58f67eb..2e9b87645feb00f80e903f1ed5bc45bd0a7ec1ae 100644 (file)
         <term><varname>JoinsNamespaceOf=</varname></term>
 
         <listitem><para>For units that start processes (such as service units), lists one or more other units
-        whose network and/or temporary file namespace to join. If this is specified on a unit (say, a.service
-        has <varname>JoinsNamespaceOf=b.service</varname>), then this the inverse dependency
-        (<varname>JoinsNamespaceOf=a.service</varname> for b.service) is implied. This only applies to unit
-        types which support the <varname>PrivateNetwork=</varname>, <varname>NetworkNamespacePath=</varname>,
-        <varname>PrivateIPC=</varname>, <varname>IPCNamespacePath=</varname>, and
-        <varname>PrivateTmp=</varname> directives (see
+        whose network and/or temporary file namespace to join. If this is specified on a unit (say,
+        <filename>a.service</filename> has <varname>JoinsNamespaceOf=b.service</varname>), then the inverse
+        dependency (<varname>JoinsNamespaceOf=a.service</varname> for b.service) is implied. This only
+        applies to unit types which support the <varname>PrivateNetwork=</varname>,
+        <varname>NetworkNamespacePath=</varname>, <varname>PrivateIPC=</varname>,
+        <varname>IPCNamespacePath=</varname>, and <varname>PrivateTmp=</varname> directives (see
         <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
         details). If a unit that has this setting set is started, its processes will see the same
         <filename>/tmp/</filename>, <filename>/var/tmp/</filename>, IPC namespace and network namespace as