chiark / gitweb /
units: explicit Type=dbus is now redundant
[elogind.git] / units / systemd-journald.socket
index b439bc1fdcdfa64cf24ecefac0b377f566f4ca9b..d613e2288f3d74c91803532234031e1d43ce071b 100644 (file)
@@ -1,8 +1,8 @@
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
 # See systemd.special(7) for details
@@ -18,7 +18,10 @@ Before=sockets.target syslog.target
 IgnoreOnIsolate=yes
 
 [Socket]
-ListenStream=/run/systemd/stdout
-ListenDatagram=/run/systemd/native
+ListenStream=/run/systemd/journal/stdout
+ListenDatagram=/run/systemd/journal/socket
 ListenDatagram=/dev/log
 SocketMode=0666
+PassCredentials=yes
+PassSecurity=yes
+ReceiveBuffer=8M