summaryrefslogtreecommitdiff
path: root/bin/delayed_job
blob: edf195985f692057c67e71d2f8b493ee3078a0d6 (plain)
1
2
3
4
5
#!/usr/bin/env ruby

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require 'delayed/command'
Delayed::Command.new(ARGV).daemonize