diff options
Diffstat (limited to '')
-rw-r--r-- | debian/exim4-base.exim4-paniclog.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/exim4-base.exim4-paniclog.logrotate b/debian/exim4-base.exim4-paniclog.logrotate new file mode 100644 index 0000000..185b9a0 --- /dev/null +++ b/debian/exim4-base.exim4-paniclog.logrotate @@ -0,0 +1,10 @@ +/var/log/exim4/paniclog { + size 10M + missingok + rotate 10 + compress + delaycompress + notifempty + nocreate +} + |