launch using rackup

This commit is contained in:
Gwenhael Le Moine 2015-08-30 20:07:21 +02:00
parent 025e281148
commit b43f0b197a

View file

@ -2,8 +2,8 @@
CWD=$(pwd)
SERVER='bundle exec puma'
SERVER_OPTIONS=' --daemon --pidfile ./puma.pid'
SERVER='bundle exec rackup'
SERVER_OPTIONS=' -D -P ./ledgerrb.pid'
function start() {
$SERVER $SERVER_OPTIONS