mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +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
|