mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
6 lines
175 B
Ruby
Executable File
6 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
|