]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
nominatim: reorganise recipe for Debian installation
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <%= node[:nominatim][:logdir] %>/query.log {
4   weekly
5   missingok
6   rotate 8
7   compress
8   delaycompress
9   notifempty
10   postrotate
11         systemctl reload nominatim.service
12   endscript
13   create 640 www-data adm
14 }