From 19f8f66503a29673ef20dc47d9daa7b228e81c80 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 6 Dec 2024 12:04:22 +0000 Subject: [PATCH] imagery: allow longer for mapserver to shutdown --- cookbooks/imagery/resources/site.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index d9dad4be8..83926229a 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -113,6 +113,7 @@ action :create do standard_input "socket" sandbox true restrict_address_families "AF_UNIX" + timeout_stop_sec 60 not_if { new_resource.uses_tiler } end -- 2.39.5