summaryrefslogtreecommitdiff
path: root/units/systemd-journald.socket
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-04 16:37:02 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-04 16:53:58 +0200
commit03ee5c38cb0da193dd08733fb4c0c2809cee6a99 (patch)
tree7dd08d7c90b63c8d66e46feb0fd4d1c473172b77 /units/systemd-journald.socket
parent02ba8fb3357daf57f6120ac512fb464a4c623419 (diff)
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.
Diffstat (limited to 'units/systemd-journald.socket')
-rw-r--r--units/systemd-journald.socket2
1 files changed, 1 insertions, 1 deletions
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