summaryrefslogtreecommitdiffstats
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-11-06 14:59:00 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-11-06 20:16:34 +0100
commitbf63dadbc6be2068eb5dbc05f9b1fb5ee21ca63f (patch)
tree7275b8749f84c7c0b5ad05eca7b371c41363a38b /man/systemd.unit.xml
parenttree-wide: s/life-cycle/lifecycle/g (diff)
downloadsystemd-bf63dadbc6be2068eb5dbc05f9b1fb5ee21ca63f.tar.xz
systemd-bf63dadbc6be2068eb5dbc05f9b1fb5ee21ca63f.zip
man: more hyperlinks and other fixes
Closes https://github.com/systemd/systemd/issues/29814.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 83ac72a5a3..2e9b87645f 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -884,12 +884,12 @@
<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