aboutsummaryrefslogtreecommitdiffstats
path: root/script/delayed_job
diff options
context:
space:
mode:
Diffstat (limited to 'script/delayed_job')
-rwxr-xr-xscript/delayed_job5
1 files changed, 0 insertions, 5 deletions
diff --git a/script/delayed_job b/script/delayed_job
deleted file mode 100755
index edf195985..000000000
--- a/script/delayed_job
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env ruby
-
-require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
-require 'delayed/command'
-Delayed::Command.new(ARGV).daemonize