Sha256: 982960a9c9c40d805d167a48346060572f543279b2365014fc1660c9189302bc
Contents?: true
Size: 626 Bytes
Versions: 8
Compression:
Stored size: 626 Bytes
Contents
# Used for running Raindrops::Watcher, which requires a multi-threaded # Rack server capable of streaming a response. Threads must be used, # so any multi-threaded Rack server may be used. # zbatery was recommended in the past, but it is abandoned # <http://zbatery.bogomip.org/>. # yahns may work as an alternative (see yahns.conf.rb in this dir) Rainbows! do use :ThreadSpawn end log_dir = "/var/log/zbatery" if File.writable?(log_dir) && File.directory?(log_dir) stderr_path "#{log_dir}/raindrops-demo.stderr.log" stdout_path "#{log_dir}/raindrops-demo.stdout.log" listen "/tmp/.r" pid "/tmp/.raindrops.pid" end
Version data entries
8 entries across 8 versions & 2 rubygems