summaryrefslogtreecommitdiff
path: root/network/exim/contrib/exim.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/exim/contrib/exim.logrotate')
-rw-r--r--network/exim/contrib/exim.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate
new file mode 100644
index 0000000000..8a55fce2ce
--- /dev/null
+++ b/network/exim/contrib/exim.logrotate
@@ -0,0 +1,8 @@
+/var/log/exim/*.log {
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /usr/bin/pkill -HUP -u exim
+ endscript
+}