projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fda755c64ac3cb8b2ee06c3a590190226e1507eb
[chef.git]
/
cookbooks
/
nominatim
/
templates
/
default
/
logrotate.nominatim.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
/var/log/nominatim/update.log {
4
weekly
5
missingok
6
rotate 12
7
compress
8
delaycompress
9
notifempty
10
create 640 nominatim adm
11
}