From 90848e7dea7250ce5842879085aabedc192fa0dc Mon Sep 17 00:00:00 2001 From: Leonardo Mosquera Date: Tue, 16 Apr 2013 22:31:15 -0300 Subject: [PATCH] Change FOREMAN_PROCESS_NAME to just PS --- 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 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