diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:42:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:42:49 +0200 |
commit | 346bce1f4cff0096177c613987cdc80fa4ec134e (patch) | |
tree | d1b27555c011b4f22abc19c76fc6905ab799795c /src/execute.h | |
parent | af65c248040108830a02860a395f44a186f08495 (diff) |
stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h index d5fb61ba26..77a2257e9b 100644 --- a/src/execute.h +++ b/src/execute.h @@ -40,7 +40,7 @@ struct CGroupAttribute; #include "list.h" #include "util.h" -#define LOGGER_SOCKET "/run/systemd/logger" +#define STDOUT_SYSLOG_BRIDGE_SOCKET "/run/systemd/stdout-syslog-bridge" typedef enum KillMode { KILL_CONTROL_GROUP = 0, |