gistfile1.rb 0�v#aU P��#aU # run with: god -c /path/to/config.god [add -D if you want to not-deamonize god] # This is the actual config file used to keep the delayed_job running APPLICATION_ROOT = "/var/www/application" RAILS_ENV = "production" God.watch do |w| w.name = "delayed_job_production" w.interval = 15.seconds w.start = "/bin/bash -c 'cd #{APPLICATION_ROOT}/current; /usr/bin/env RAILS_ENV=