chiark / gitweb /
core: move abstract namespace sockets to /dev/.run
[elogind.git] / src / execute.h
index 2856d2f33d86239117654718d76d990da201bc80..e77cdcf0bb290a42445614f9e85d9776dbb7093a 100644 (file)
@@ -40,7 +40,7 @@ struct CGroupBonding;
 #include "util.h"
 
 /* Abstract namespace! */
-#define LOGGER_SOCKET "/org/freedesktop/systemd1/logger"
+#define LOGGER_SOCKET "/dev/.run/systemd/logger"
 
 /* This doesn't really belong here, but I couldn't find a better place to put this. */
 #define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT