X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0391ce87641e0197799bc941ed06614303f4f727..f99ffd6844ae9b88cfd17c8fe6e9fcc85a55d79c:/services/api/config/environments/development.rb.example diff --git a/services/api/config/environments/development.rb.example b/services/api/config/environments/development.rb.example index 932cc4e4f5..48daed2125 100644 --- a/services/api/config/environments/development.rb.example +++ b/services/api/config/environments/development.rb.example @@ -43,6 +43,10 @@ Server::Application.configure do config.crunch_job_wrapper = :none config.crunch_job_user = 'crunch' # if false, do not set uid when running jobs + # The web service must be able to create this file, and + # crunch_dispatch.rb must be able to unlink it. + config.crunch_dispatch_hup_trigger = '/tmp/crunch_dispatch_hup_trigger' + # config.dnsmasq_conf_dir = '/etc/dnsmasq.d' # config.compute_node_ami = 'ami-cbca41a2'