From e616d9d213ad09a0640adf998efc71feedb70753 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 8 Dec 2013 09:19:57 +0100 Subject: [PATCH] fix log file ownership --- cookbooks/nominatim/templates/default/logrotate.nominatim.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.43.2