Sha256: cd2be1ad2edd99c54405ec6da43aac07a787105705816a8594652f17af12dddb
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
#!/usr/bin/ruby if GC.respond_to?(:copy_on_write_friendly) GC.copy_on_write_friendly = true end require 'unicorn/launcher' options = { :config_file => "config.rb" } Unicorn::Launcher.daemonize!(options) Unicorn.run(options)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
defmacro-unicorn-0.0.2 | bin/unicorn |
defmacro-unicorn-0.0.1 | bin/unicorn |