X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d0e45a176eb45f14b921a0d8d2dc07e0862e91f..f99ffd6844ae9b88cfd17c8fe6e9fcc85a55d79c:/services/api/config/environments/production.rb.example diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example index 9147f4f7da..eadb204702 100644 --- a/services/api/config/environments/production.rb.example +++ b/services/api/config/environments/production.rb.example @@ -65,6 +65,10 @@ Server::Application.configure do config.crunch_job_wrapper = :slurm_immediate 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'