Sha256: fbaabcc163b27cd62724d998a11c6b8a10e0c4744ce67126a56249a53b3bbc27
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
#!/bin/sh bundle exec start_server.rb \ --port=0.0.0.0:10080 \ --dir=$(pwd) \ --interval=1 \ --signal-on-hup=CONT \ --signal-on-TERM=TERM \ --pid-file=$(pwd)/log/start_server.pid \ --status-file=$(pwd)/log/start_server.stat \ --envdir=env \ --enable-auto-restart \ --auto-restart-interval=100 \ --kill-old-delay=1 \ --backlog=100 \ -- \ bundle exec --keep-file-descriptors unicorn -c config/unicorn.conf.rb config.ru 2>&1
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
server-starter-0.3.2 | example/unicorn/start_server |
server-starter-0.3.1 | example/unicorn/start_server |