box-o-sand/oldstuff/map-mash/script/resque-web-runner

6 lines
176 B
Plaintext
Raw Normal View History

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