summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-06 20:04:20 -0400
committernfoy <nfoy@purdue.edu>2014-04-06 20:04:20 -0400
commite02fb83cdc7a971691cebf031eb35efd6665833b (patch)
tree9a5b0dd35f0e41338e61f0d17d84dd6157ae858b /bin
parent7014368b151cba5b17ceaa85a107674d5865b22c (diff)
Ran generate
Diffstat (limited to 'bin')
-rwxr-xr-xbin/delayed_job5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/delayed_job b/bin/delayed_job
new file mode 100755
index 0000000..edf1959
--- /dev/null
+++ b/bin/delayed_job
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+
+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
+require 'delayed/command'
+Delayed::Command.new(ARGV).daemonize