From ed99503fb1b426ad73c4c20b90cf0fe3d98f0bf2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Nov 2014 10:32:50 -0200 Subject: Avoid logrotate errors inside vservers --- files/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/logrotate b/files/logrotate index 73cc252..7c71488 100644 --- a/files/logrotate +++ b/files/logrotate @@ -8,7 +8,7 @@ create 640 root adm sharedscripts postrotate - /etc/init.d/apache2 reload > /dev/null + /etc/init.d/apache2 reload &> /dev/null endscript prerotate if [ -d /etc/logrotate.d/httpd-prerotate ]; then \ -- cgit v1.2.3