From c1d5c7196c1bbe8b5dfbed403fcd5ef480985333 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Tue, 27 May 2025 20:27:46 -0700 Subject: [PATCH] vectortile: Fix tilekiln application_name --- cookbooks/vectortile/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/vectortile/recipes/default.rb b/cookbooks/vectortile/recipes/default.rb index 1c183078d..3073dcf1a 100644 --- a/cookbooks/vectortile/recipes/default.rb +++ b/cookbooks/vectortile/recipes/default.rb @@ -237,6 +237,7 @@ systemd_service "tilekiln" do wants "postgresql.service" sandbox :enable_network => true restrict_address_families "AF_UNIX" + environment "PGAPPNAME" => "tilekiln" exec_start "#{tilekiln_directory}/bin/tilekiln serve #{tilekiln_mode} --storage-dbname tiles --num-threads #{node[:vectortile][:serve][:threads]} --base-url 'https://vector.openstreetmap.org'" end -- 2.39.5