diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
commit | cd25cce98f5cc930202212c3c9c13605c09698b4 (patch) | |
tree | 7c186394fed8a04e5ad8fef37eda670282f2a08e /src/execute.c | |
parent | 12235040ec94279ad92693dcfae0a4d9c35a6076 (diff) |
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'src/execute.c')
-rw-r--r-- | src/execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/execute.c b/src/execute.c index a467411f7d..cd44640a53 100644 --- a/src/execute.c +++ b/src/execute.c @@ -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" }; |