mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Delayed job integration done
This commit is contained in:
parent
0ae7991943
commit
c282f6c14e
6 changed files with 64 additions and 13 deletions
5
bin/delayed_job
Executable file
5
bin/delayed_job
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue