Sha256: 881495225d2a3b757b338f18a2dfecd908cc6d519b45f6b11298d79bef78141a
Contents?: true
Size: 335 Bytes
Versions: 6
Compression:
Stored size: 335 Bytes
Contents
Eye.application("bla") do environment "RAILS_ENV" => "production" keep_alive false stdall "12.log" group("ha") do 5.times{|i| process("ha_#{i}") do environment "HA" => "1" pid_file "/tmp/#{i}" stdout "11.log" end } end process("1") do pid_file "1" stdall "1" end end
Version data entries
6 entries across 6 versions & 1 rubygems