From 2e0ff8ed9f6ac76cf89afaf62c523db77804ac6f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 May 2014 22:34:44 +0100 Subject: [PATCH] Ignore errors reloading apache on tile servers There doesn't seem to be any progress getting mod_tile to stop generating noise, so lets just ignore it. --- cookbooks/tile/templates/default/logrotate.apache.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/templates/default/logrotate.apache.erb b/cookbooks/tile/templates/default/logrotate.apache.erb index 9a82d4ca8..ebe280613 100644 --- a/cookbooks/tile/templates/default/logrotate.apache.erb +++ b/cookbooks/tile/templates/default/logrotate.apache.erb @@ -11,6 +11,6 @@ create 640 root adm sharedscripts postrotate - /usr/bin/service apache2 reload > /dev/null + /usr/bin/service apache2 reload > /dev/null 2>&1 endscript } -- 2.43.2