From 91b22f21f3824c1766d34f622c5bbb70cbe881a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 Mar 2011 03:10:09 +0100 Subject: core: move abstract namespace sockets to /dev/.run Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. --- units/systemd-logger.socket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-logger.socket') diff --git a/units/systemd-logger.socket b/units/systemd-logger.socket index 57244a2878..5cf6a9b0bf 100644 --- a/units/systemd-logger.socket +++ b/units/systemd-logger.socket @@ -13,4 +13,4 @@ DefaultDependencies=no Before=sockets.target [Socket] -ListenStream=@/org/freedesktop/systemd1/logger +ListenStream=/dev/.run/systemd/logger -- cgit v1.2.3-54-g00ecf