summaryrefslogtreecommitdiff
path: root/src/execute.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/execute.h
parent33eb8abfa51d5bffbf8819215fafdd1123a4a8c0 (diff)
execute: talk directly to the journald, instead to the stdout-syslog-bridge
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/execute.h b/src/execute.h
index 77a2257e9b..4f05c9fa4b 100644
--- a/src/execute.h
+++ b/src/execute.h
@@ -40,8 +40,6 @@ struct CGroupAttribute;
#include "list.h"
#include "util.h"
-#define STDOUT_SYSLOG_BRIDGE_SOCKET "/run/systemd/stdout-syslog-bridge"
-
typedef enum KillMode {
KILL_CONTROL_GROUP = 0,
KILL_PROCESS,