diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index a79a025..7dd5cf4 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -360,7 +360,7 @@ private begin pid = process.run(:output => writer, :env => { "PORT" => port_for(process, n).to_s, - "FOREMAN_PROCESS_NAME" => name_for_index(process, n) + "PS" => name_for_index(process, n) }) writer.puts "started with pid #{pid}" rescue Errno::ENOENT