diff options
Diffstat (limited to 'testing/apache2/apache2.logrotate')
-rw-r--r-- | testing/apache2/apache2.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/apache2/apache2.logrotate b/testing/apache2/apache2.logrotate new file mode 100644 index 000000000..fe19a4381 --- /dev/null +++ b/testing/apache2/apache2.logrotate @@ -0,0 +1,10 @@ +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /sbin/rc-service --quiet apache2 reload > /dev/null 2>/dev/null || true + endscript +} + |