# File lib/merb-core/bootloader.rb, line 257 def run Merb::Server.store_pid("main") if Merb::Config[:daemonize] || Merb::Config[:cluster] nil end