summaryrefslogtreecommitdiff
path: root/exim.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-10-11 03:24:48 +0000
committerCoprDistGit <infra@openeuler.org>2025-10-11 03:24:48 +0000
commit18d5addc64e6606c659fcf16ccfca578eae814b5 (patch)
tree1dd233e8d7003043fc19aad1e814792b21371e73 /exim.logrotate
parent7ac4d91ab9d703eb0d0dde081580514c9a7b3f3d (diff)
automatic import of eximopeneuler24.03_LTS_SP2
Diffstat (limited to 'exim.logrotate')
-rw-r--r--exim.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/exim.logrotate b/exim.logrotate
new file mode 100644
index 0000000..05f13b9
--- /dev/null
+++ b/exim.logrotate
@@ -0,0 +1,7 @@
+# daemon does not need restarting after log rotate
+# so we do not prod it any more
+/var/log/exim/*log {
+ missingok
+ notifempty
+ delaycompress
+}