From 852308b0744a0898a5edece0609b993055168b36 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 14 Aug 2023 08:52:19 +0200 Subject: [PATCH] nominatim: fix logrotate config syntax --- cookbooks/nominatim/templates/default/logrotate.nominatim.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index 5c50082e4..497cb41cf 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -20,6 +20,7 @@ <% if node[:nominatim][:api_flavour] == "python" %> postrotate systemctl reload nominatim.service + endscript <% end -%> create 640 www-data adm } -- 2.39.5