diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-11 03:24:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-11 03:24:48 +0000 |
commit | 18d5addc64e6606c659fcf16ccfca578eae814b5 (patch) | |
tree | 1dd233e8d7003043fc19aad1e814792b21371e73 /exim.logrotate | |
parent | 7ac4d91ab9d703eb0d0dde081580514c9a7b3f3d (diff) |
automatic import of eximopeneuler24.03_LTS_SP2
Diffstat (limited to 'exim.logrotate')
-rw-r--r-- | exim.logrotate | 7 |
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 +} |