diff options
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 755dea35af..3b2b4e8edb 100644 --- a/src/execute.h +++ b/src/execute.h @@ -40,7 +40,7 @@ struct CGroupBonding; #include "util.h" /* Abstract namespace! */ -#define LOGGER_SOCKET "/dev/.run/systemd/logger" +#define LOGGER_SOCKET "/run/systemd/logger" typedef enum KillMode { KILL_CONTROL_GROUP = 0, |