aboutsummaryrefslogtreecommitdiffstats
path: root/testing/exim/exim.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/exim/exim.logrotate')
-rw-r--r--testing/exim/exim.logrotate13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/exim/exim.logrotate b/testing/exim/exim.logrotate
deleted file mode 100644
index fb5f5d07d2..0000000000
--- a/testing/exim/exim.logrotate
+++ /dev/null
@@ -1,13 +0,0 @@
-/var/log/exim/*log {
- daily
- missingok
- rotate 28
- compress
- delaycompress
- notifempty
- create 640 exim mail
- sharedscripts
- postrotate
- /etc/init.d/exim --quiet --ifstarted reload
- endscript
-}