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