X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b173c492c728598a8ad0e7fcba23fd2a127f6e78..19f8f66503a29673ef20dc47d9daa7b228e81c80:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 23771a4fc..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 @@ -146,16 +147,19 @@ action :create do exec_start "/bin/systemctl --quiet stop mapserv-fcgi-#{new_resource.site}.service" sandbox true restrict_address_families "AF_UNIX" + not_if { new_resource.uses_tiler } end systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do on_boot_sec "10m" on_unit_inactive_sec "1h" - randomized_delay_sec "10m" + randomized_delay_sec "30m" + not_if { new_resource.uses_tiler } end service "mapserv-fcgi-#{new_resource.site}-stop.timer" do action [:enable, :start] + not_if { new_resource.uses_tiler } end ssl_certificate new_resource.site do