From 08be319a5a7f24a65d5aa03ab93aa2a67808f771 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 11 May 2026 13:07:37 +0100 Subject: [PATCH] imagery: use SIGTERM to correctly terminate mapserver --- 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 d57f74d34..1a72908ad 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -133,6 +133,7 @@ action :create do standard_input "socket" sandbox :enable_network => true restrict_address_families "AF_UNIX" + kill_signal "SIGTERM" timeout_stop_sec 60 not_if { new_resource.uses_tiler } end -- 2.47.3