chiark / gitweb /
tmpfiles: don't warn if two identical lines are configured
[elogind.git] / src / execute.h
index 3b2b4e8edbf9b5875552722a04adf38e7ae89ace..208fe4ad5e1660710cd1f99181f0d7e954885520 100644 (file)
@@ -39,12 +39,10 @@ struct CGroupBonding;
 #include "list.h"
 #include "util.h"
 
-/* Abstract namespace! */
 #define LOGGER_SOCKET "/run/systemd/logger"
 
 typedef enum KillMode {
         KILL_CONTROL_GROUP = 0,
-        KILL_PROCESS_GROUP,
         KILL_PROCESS,
         KILL_NONE,
         _KILL_MODE_MAX,