From c3abaad3538a9bfc9a7cbe4bc815f2627acf3388 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 3 May 2013 09:54:20 -0400 Subject: [PATCH] kill the children, not self --- lib/foreman/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index ed54915..f54d145 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -427,7 +427,7 @@ private end rescue Timeout::Error system "sending SIGKILL to all processes" - killall "SIGKILL" + kill_children "SIGKILL" end end