chiark / gitweb /
tmpfiles: don't warn if two identical lines are configured
[elogind.git] / src / execute.h
index 755dea35af513cafcfa5b1312c6105ccba12cf53..208fe4ad5e1660710cd1f99181f0d7e954885520 100644 (file)
@@ -39,12 +39,10 @@ struct CGroupBonding;
 #include "list.h"
 #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,
-        KILL_PROCESS_GROUP,
         KILL_PROCESS,
         KILL_NONE,
         _KILL_MODE_MAX,