chiark / gitweb /
unit: fix parsing of condition-result
[elogind.git] / src / execute.c
index a467411f7dab13c238a8094f480240e4b8ad7cb9..cd44640a53088062b155d8306b920a1df906079e 100644 (file)
@@ -1933,7 +1933,6 @@ DEFINE_STRING_TABLE_LOOKUP(exec_output, ExecOutput);
 
 static const char* const kill_mode_table[_KILL_MODE_MAX] = {
         [KILL_CONTROL_GROUP] = "control-group",
-        [KILL_PROCESS_GROUP] = "process-group",
         [KILL_PROCESS] = "process",
         [KILL_NONE] = "none"
 };