]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
Only try and create standby.signal if the cluster exists
[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   compresscmd /usr/bin/zstd
10   compressext .zst
11   compressoptions -T0 --adapt
12   uncompresscmd /usr/bin/unzstd
13   notifempty
14   postrotate
15         systemctl reload nominatim.service
16   endscript
17   create 640 www-data adm
18 }