comparison common/logrotate-httpd @ 0:956e484adc12

Initial public release of Puppet configs
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Aug 2014 19:47:38 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:956e484adc12
1 /var/log/apache/*log {
2 monthly
3 rotate 3
4 missingok
5 compress
6 notifempty
7 sharedscripts
8 postrotate
9 /sbin/service httpd reload > /dev/null 2>/dev/null || true
10 endscript
11 }