From: Sarah Hoffmann Date: Sun, 8 Dec 2013 08:19:57 +0000 (+0100) Subject: fix log file ownership X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e616d9d213ad09a0640adf998efc71feedb70753?ds=sidebyside fix log file ownership --- diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index 6a8412ba3..fda755c64 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -7,5 +7,5 @@ compress delaycompress notifempty - create 640 root adm + create 640 nominatim adm }