aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache/apache2.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/apache/apache2.logrotate')
-rw-r--r--testing/apache/apache2.logrotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/apache/apache2.logrotate b/testing/apache/apache2.logrotate
deleted file mode 100644
index 1264341468..0000000000
--- a/testing/apache/apache2.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/apache2/*log {
- postrotate
- if /etc/init.d/apache2 status; then
- /etc/init.d/apache2 reload --quiet || true
- fi
- endscript
-}