]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
tile: use osm2pgsql-replication promethus
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index 6a8412ba322ab552cbb308e065e230e8f4edbe1c..1ff28a6311e4085981e26231d9b6414a95594860 100644 (file)
@@ -1,11 +1,14 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 # DO NOT EDIT - This file is being maintained by Chef
 
-/var/log/nominatim/update.log {
+<%= node[:nominatim][:logdir] %>/query.log {
   weekly
   missingok
   weekly
   missingok
-  rotate 12
+  rotate 8
   compress
   delaycompress
   notifempty
   compress
   delaycompress
   notifempty
-  create 640 root adm
+  postrotate
+        systemctl reload nominatim.service
+  endscript
+  create 640 www-data adm
 }
 }