osem-fcy/bin/delayed_job

6 lines
175 B
Text
Raw Normal View History

2014-07-20 07:48:03 +05:30
#!/usr/bin/env ruby
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require 'delayed/command'
Delayed::Command.new(ARGV).daemonize