]> git.openstreetmap.org Git - chef.git/commitdiff
Disable RemoveIPC for reindex services
authorTom Hughes <tom@compton.nu>
Sun, 5 Nov 2023 15:11:21 +0000 (15:11 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 5 Nov 2023 15:11:21 +0000 (15:11 +0000)
cookbooks/db/recipes/master.rb

index eafc7db133b70ffcfb98f86d284ad634f5123ee8..5d2c096ad3ad59ad5690391d09d58ea3dd68c971 100644 (file)
@@ -272,6 +272,7 @@ systemd_service "monthly-reindex" do
   user "postgres"
   sandbox true
   restrict_address_families "AF_UNIX"
+  remove_ipc false
 end
 
 systemd_timer "monthly-reindex" do
@@ -295,6 +296,7 @@ systemd_service "yearly-reindex" do
   user "postgres"
   sandbox true
   restrict_address_families "AF_UNIX"
+  remove_ipc false
 end
 
 systemd_timer "yearly-reindex" do