]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
nominatim: temporarily disable cleanup of WAL archive
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index a8952fe8fb616633374bc7844f3bd5456117d34f..a14042e4766f78b9b6ccfe00535edc5fdd9cd68e 100644 (file)
@@ -9,16 +9,13 @@
   notifempty
   create 640 nominatim adm
 }
-<% if node[:lsb][:release].to_f < 14.04 -%>
 
-/var/log/php5-fpm.log {
+/var/log/nominatim/query.log {
   weekly
   missingok
-  rotate 3
+  rotate 52
   compress
   delaycompress
-  postrotate
-    /usr/bin/service php5-fpm restart > /dev/null
-  endscript
+  notifempty
+  create 640 www-data adm
 }
-<% end -%>