summaryrefslogtreecommitdiff
path: root/files/logrotate
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-23 10:32:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-23 10:32:50 -0200
commited99503fb1b426ad73c4c20b90cf0fe3d98f0bf2 (patch)
treec2fbc89021659121a84d173bb04789decd61d2a1 /files/logrotate
parentbfbec3f3f9563989b003495cd553c8afa1a1b980 (diff)
downloadpuppet-apache-ed99503fb1b426ad73c4c20b90cf0fe3d98f0bf2.tar.gz
puppet-apache-ed99503fb1b426ad73c4c20b90cf0fe3d98f0bf2.tar.bz2
Avoid logrotate errors inside vservers
Diffstat (limited to 'files/logrotate')
-rw-r--r--files/logrotate2
1 files changed, 1 insertions, 1 deletions
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 \