chiark / gitweb /
execute: talk directly to the journald, instead to the stdout-syslog-bridge
[elogind.git] / src / execute.h
index d5fb61ba265e6fad9a63a96259db1531327d58e5..4f05c9fa4b29f9ef4385a3c1ab0e2f4941e60dc2 100644 (file)
@@ -40,8 +40,6 @@ struct CGroupAttribute;
 #include "list.h"
 #include "util.h"
 
-#define LOGGER_SOCKET "/run/systemd/logger"
-
 typedef enum KillMode {
         KILL_CONTROL_GROUP = 0,
         KILL_PROCESS,