aboutsummaryrefslogtreecommitdiffstats
path: root/community/exim/exim.logrotate
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-04-24 23:45:41 +0300
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 08:40:59 +0000
commitd93a16e6ddac2cdebdc59adcf0d755a5d85c65bb (patch)
tree4fb4aef5607e9bbbd4f983676ef0c1e2b5466551 /community/exim/exim.logrotate
parente526a03906bcc61aefa7729e23fdfc5f1579f3d8 (diff)
downloadaports-d93a16e6ddac2cdebdc59adcf0d755a5d85c65bb.tar.bz2
aports-d93a16e6ddac2cdebdc59adcf0d755a5d85c65bb.tar.xz
community/exim: move from testing
It works pretty fine. So, I think, it's time to move it from testing.
Diffstat (limited to 'community/exim/exim.logrotate')
-rw-r--r--community/exim/exim.logrotate13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/exim/exim.logrotate b/community/exim/exim.logrotate
new file mode 100644
index 0000000000..fb5f5d07d2
--- /dev/null
+++ b/community/exim/exim.logrotate
@@ -0,0 +1,13 @@
+/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
+}