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