X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=4dc427c305bcd5e9a7bae1e241d1eba9437728eb;hb=613b411c947635136637f8cdd66b94512f761eab;hp=2c8bfbef70009e065b956d0a1a7e0abcc33228bc;hpb=df41776d66b5b7467a5cf9c719b97b66d6534c8c;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 2c8bfbef7..4dc427c30 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -656,6 +656,37 @@ settings. + + JoinsNamespaceOf= + + For units that start + processes (such as service units), + lists one or more other units whose + network and/or temporary file + namespace to join. This only applies + to unit types which support the + PrivateNetwork= and + PrivateTmp= + directives (see + systemd.exec5 + for details). If a unit that has this + setting set is started its processes + will see the same + /tmp, + /tmp/var and + network namespace as one listed unit + that is started. If multiple listed + units are already started it is not + defined which namespace is + joined. Note that this setting only + has an effect if + PrivateNetwork= + and/or PrivateTmp= + is enabled for both the unit that + joins the namespace and the unit whose + namespace is joined. + + RequiresMountsFor=