From: Mike Yuan Date: Mon, 6 Oct 2025 19:47:42 +0000 (+0200) Subject: units: enable MaxConnectionsPerSource= for all our Accept=yes units (-ng) X-Git-Tag: v259-rc1~359^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e1c11dc869f8e7b6a50fca7e6268ac2821d10d;p=thirdparty%2Fsystemd.git units: enable MaxConnectionsPerSource= for all our Accept=yes units (-ng) Apply 5d1e8cd3e057261c6db3fb3d7de39b7ca48efd3b on newly-added sockets. --- diff --git a/units/systemd-bootctl.socket b/units/systemd-bootctl.socket index 59151ba161c..d4071833b6a 100644 --- a/units/systemd-bootctl.socket +++ b/units/systemd-bootctl.socket @@ -19,3 +19,4 @@ ListenStream=/run/systemd/io.systemd.BootControl FileDescriptorName=varlink SocketMode=0600 Accept=yes +MaxConnectionsPerSource=16 diff --git a/units/systemd-mute-console.socket b/units/systemd-mute-console.socket index 6223dc033cc..16032e94b4c 100644 --- a/units/systemd-mute-console.socket +++ b/units/systemd-mute-console.socket @@ -20,3 +20,4 @@ ListenStream=/run/systemd/io.systemd.MuteConsole FileDescriptorName=varlink SocketMode=0600 Accept=yes +MaxConnectionsPerSource=16 diff --git a/units/systemd-pcrlock.socket b/units/systemd-pcrlock.socket index 17a56f7eb3e..ca1cd53aeac 100644 --- a/units/systemd-pcrlock.socket +++ b/units/systemd-pcrlock.socket @@ -20,6 +20,7 @@ ListenStream=/run/systemd/io.systemd.PCRLock FileDescriptorName=varlink SocketMode=0600 Accept=yes +MaxConnectionsPerSource=16 [Install] WantedBy=sockets.target diff --git a/units/systemd-repart.socket b/units/systemd-repart.socket index 0c77165e1c5..c9fc308b1b2 100644 --- a/units/systemd-repart.socket +++ b/units/systemd-repart.socket @@ -20,3 +20,4 @@ ListenStream=/run/systemd/io.systemd.Repart FileDescriptorName=varlink SocketMode=0600 Accept=yes +MaxConnectionsPerSource=16