1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

execute: fix logger socket path

This commit is contained in:
Lennart Poettering 2010-03-31 16:26:24 +02:00
parent 693ced4872
commit ebfaa1586e

View File

@ -37,7 +37,7 @@ typedef struct ExecContext ExecContext;
#include "util.h"
/* Abstract namespace! */
#define LOGGER_SOCKET "/org/freedesktop.org/systemd1/logger"
#define LOGGER_SOCKET "/org/freedesktop/systemd1/logger"
typedef enum ExecOutput {
EXEC_OUTPUT_CONSOLE,