02590b3a73
This reverts commit 90ca937b7131575816d72e35e2c48f9d82e9a5e6. ReRevert me in order to remove all delayed job occurences. But we keep this dependencie for our instances at least for a year
5 lines
175 B
Ruby
Executable file
5 lines
175 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
|
|
require 'delayed/command'
|
|
Delayed::Command.new(ARGV).daemonize
|