Change FOREMAN_PROCESS_NAME to just PS

This commit is contained in:
Leonardo Mosquera
2013-04-16 22:31:15 -03:00
parent 95a1d49e9d
commit 90848e7dea

View File

@@ -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