From ea4309869e75497ba6a97c540646cb66a157a4d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Feb 2010 03:33:24 +0100 Subject: add basic (and not very useful) D-Bus support --- execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'execute.h') diff --git a/execute.h b/execute.h index 51c2c00760..09e4367974 100644 --- a/execute.h +++ b/execute.h @@ -18,7 +18,7 @@ typedef struct ExecContext ExecContext; #include "util.h" /* Abstract namespace! */ -#define LOGGER_SOCKET "/systemd/logger" +#define LOGGER_SOCKET "/org/freedesktop.org/systemd1/logger" typedef enum ExecOutput { EXEC_OUTPUT_CONSOLE, -- cgit v1.2.3-54-g00ecf