diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/syslog.socket | 1 | ||||
-rw-r--r-- | units/systemd-journald.socket | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/units/syslog.socket b/units/syslog.socket index 657e7913e3..1c54857762 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -21,6 +21,7 @@ Wants=syslog.target ListenDatagram=/run/systemd/journal/syslog SocketMode=0666 PassCredentials=yes +ReceiveBuffer=8M # The default syslog implementation should make syslog.service a # symlink to itself, so that this socket activates the right actual diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket index 1062390fff..c752505d9f 100644 --- a/units/systemd-journald.socket +++ b/units/systemd-journald.socket @@ -23,3 +23,4 @@ ListenDatagram=/run/systemd/journal/socket ListenDatagram=/dev/log SocketMode=0666 PassCredentials=yes +ReceiveBuffer=8M |