summaryrefslogtreecommitdiffstats
path: root/network/exim/exim.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/exim/exim.logrotate')
-rw-r--r--network/exim/exim.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/exim/exim.logrotate b/network/exim/exim.logrotate
new file mode 100644
index 0000000000..4e83629e2c
--- /dev/null
+++ b/network/exim/exim.logrotate
@@ -0,0 +1,7 @@
+# daemon does not need restarting after log rotate
+/var/log/exim/*log {
+ missingok
+ notifempty
+ delaycompress
+}
+