rosa-build/script/delayed_job

7 lines
209 B
Plaintext
Raw Normal View History

2011-04-11 17:37:09 +01:00
#!/usr/bin/env ruby
ENV['RAILS_ENV'] ||= "production"
2011-04-11 17:37:09 +01:00
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require 'delayed/command'
Delayed::Command.new(ARGV).daemonize