chiark / gitweb /
units: there is no systemd-udev-hwdb-update.service
[elogind.git] / units / systemd-journald-dev-log.socket
index c01b310b40c3957876c96ec741395c17a67d170f..ffd44bb507a20bc54d0aba7a89e3dd053aafc763 100644 (file)
@@ -17,10 +17,16 @@ Before=sockets.target
 IgnoreOnIsolate=yes
 
 [Socket]
+Service=systemd-journald.service
 ListenDatagram=/run/systemd/journal/dev-log
 Symlinks=/dev/log
 SocketMode=0666
 PassCredentials=yes
 PassSecurity=yes
+
+# Increase both the send and receive buffer, so that things don't
+# block early. Note that journald internally uses the this socket both
+# for receiving syslog messages, and for forwarding them to any other
+# syslog, hence we bump both values.
 ReceiveBuffer=8M
-Service=systemd-journald.service
+SendBuffer=8M