X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..bed594905942640a53812e404335213395cdec16:/cookbooks/nominatim/templates/default/logrotate.nominatim.erb diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index ba7a5bc3f..1ff28a631 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -1,15 +1,5 @@ # DO NOT EDIT - This file is being maintained by Chef -<%= node[:nominatim][:logdir] %>/update.log { - weekly - missingok - rotate 30 - compress - delaycompress - notifempty - create 640 nominatim adm -} - <%= node[:nominatim][:logdir] %>/query.log { weekly missingok @@ -17,5 +7,8 @@ compress delaycompress notifempty + postrotate + systemctl reload nominatim.service + endscript create 640 www-data adm }