diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index b624986..cec3f61 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -225,10 +225,6 @@ private ###################################################################### end end - def runner - File.expand_path("../../../bin/foreman-runner", __FILE__) - end - def terminate_gracefully info "sending SIGTERM to all processes" kill_all "SIGTERM"