]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: allow longer for mapserver to shutdown
authorGrant Slater <github@firefishy.com>
Fri, 6 Dec 2024 12:04:22 +0000 (12:04 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 6 Dec 2024 12:04:22 +0000 (12:04 +0000)
cookbooks/imagery/resources/site.rb

index d9dad4be87bb5bbb51c34d9027a89ffe561d622a..83926229a50a42bb559283c4f1ef844e63491178 100644 (file)
@@ -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