summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-01 03:33:24 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-01 03:33:24 +0100
commitea4309869e75497ba6a97c540646cb66a157a4d9 (patch)
tree8a00d7d42718d74e1b88ecb6e074ce9eb1b8a3fd /execute.h
parentb9f880f4f4903f5dd8198fc1e2e920a9850ac86e (diff)
add basic (and not very useful) D-Bus support
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h2
1 files changed, 1 insertions, 1 deletions
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,