summaryrefslogtreecommitdiffstats
path: root/man/systemd.exec.xml
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-04-25 18:43:29 +0200
committerMike Yuan <me@yhndnzj.com>2024-09-03 21:04:50 +0200
commit368a3071e9124aae319bb44ba248fd4b08d6dd81 (patch)
treebc0d7c52f9323f0d534096406dc88e1e5b5ff41f /man/systemd.exec.xml
parentbuild(deps): bump systemd/mkosi (diff)
downloadsystemd-368a3071e9124aae319bb44ba248fd4b08d6dd81.tar.xz
systemd-368a3071e9124aae319bb44ba248fd4b08d6dd81.zip
core: introduce BindJournalSockets=
Closes #32478
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r--man/systemd.exec.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index c9ae38bf1f..0318961569 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -367,6 +367,23 @@
</varlistentry>
<varlistentry>
+ <term><varname>BindJournalSockets=</varname></term>
+
+ <listitem><para>Takes a boolean argument. If true, sockets from <citerefentry>
+ <refentrytitle>systemd-journald.socket</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+ will be bind mounted into the mount namespace. This is particularly useful when a different instance
+ of <filename>/run/</filename> is employed, to make sure processes running in the namespace
+ can still make use of <citerefentry><refentrytitle>sd-journal</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
+ </para>
+
+ <para>This option is implied when <varname>LogNamespace=</varname> is used,
+ when <varname>MountAPIVFS=yes</varname>, or when <varname>PrivateDevices=yes</varname> is used
+ in conjunction with either <varname>RootDirectory=</varname> or <varname>RootImage=</varname>.</para>
+
+ <xi:include href="version-info.xml" xpointer="v257"/></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>ProtectProc=</varname></term>
<listitem><para>Takes one of <literal>noaccess</literal>, <literal>invisible</literal>,