You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/map-mash/script/resque-web-runner

6 lines
176 B

#!/bin/bash
exec ruby <<EORUBY
require File.expand_path('../../config/environment', '$0')
exec "resque-web --foreground --no-launch --port #{Setting.resque_web(:port)}"
EORUBY