summaryrefslogtreecommitdiff
path: root/src/special.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 21:39:08 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 21:39:08 +0100
commit54fe0cdbe313558a712a15dc3bc516a46c1f7b6e (patch)
tree3d0272b030a3ea79a39a038aa7b187542ff5469e /src/special.h
parent33eb8abfa51d5bffbf8819215fafdd1123a4a8c0 (diff)
execute: talk directly to the journald, instead to the stdout-syslog-bridge
Diffstat (limited to 'src/special.h')
-rw-r--r--src/special.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/special.h b/src/special.h
index 3fe34c955c..65b236a394 100644
--- a/src/special.h
+++ b/src/special.h
@@ -70,7 +70,7 @@
/* Services systemd relies on */
#define SPECIAL_DBUS_SERVICE "dbus.service"
#define SPECIAL_DBUS_SOCKET "dbus.socket"
-#define SPECIAL_STDOUT_SYSLOG_BRIDGE_SOCKET "systemd-stdout-syslog-bridge.socket"
+#define SPECIAL_JOURNALD_SOCKET "journald.socket"
#define SPECIAL_SYSLOG_SOCKET "syslog.socket"
/* Magic init signals */