diff options
Diffstat (limited to 'units/systemd-sysext.socket')
-rw-r--r-- | units/systemd-sysext.socket | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-sysext.socket b/units/systemd-sysext.socket index ad870c5..78475cf 100644 --- a/units/systemd-sysext.socket +++ b/units/systemd-sysext.socket @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=System Extension Image Management (Varlink) +Description=System Extension Image Management Documentation=man:systemd-sysext(8) DefaultDependencies=no After=local-fs.target @@ -20,6 +20,7 @@ ListenStream=/run/systemd/io.systemd.sysext FileDescriptorName=varlink SocketMode=0600 Accept=yes +MaxConnectionsPerSource=16 [Install] WantedBy=sockets.target |