Commit a0e841a7e6d32cd32fe56d1f27f0c9f04c2a5403

Authored by Dhruv Kapadia
1 parent f77628a9

Add delayed job startup script

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
script/delayed_job 0 → 100755
... ... @@ -0,0 +1,5 @@
  1 +#!/usr/bin/env ruby
  2 +
  3 +require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
  4 +require 'delayed/command'
  5 +Delayed::Command.new(ARGV).daemonize
... ...