From 03ee5c38cb0da193dd08733fb4c0c2809cee6a99 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 4 Jun 2014 16:37:02 +0200 Subject: journald: move /dev/log socket to /run This way we can make the socket also available for sandboxed apps that have their own private /dev. They can now simply symlink the socket from /dev. --- units/systemd-journald.socket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-journald.socket') diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket index fbeb10baa..71737014c 100644 --- a/units/systemd-journald.socket +++ b/units/systemd-journald.socket @@ -19,8 +19,8 @@ IgnoreOnIsolate=yes [Socket] ListenStream=/run/systemd/journal/stdout ListenDatagram=/run/systemd/journal/socket -ListenDatagram=/dev/log SocketMode=0666 PassCredentials=yes PassSecurity=yes ReceiveBuffer=8M +Service=systemd-journald.service -- cgit v1.2.3