This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/rspamd
T
Gitea eeacbb3cd5 committing changes in /etc after apt run
Package changes:
+libsodium18 1.0.11-2 amd64
+rspamd 2.7-42~stretch amd64
2022-04-04 14:46:39 +02:00

13 lines
314 B
Plaintext

/var/log/rspamd/rspamd.log{
daily
rotate 4
delaycompress
compress
notifempty
missingok
postrotate
if [ -f /bin/systemctl ] ; then systemctl --signal USR1 kill rspamd.service ; else service rspamd reopenlog >/dev/null 2>&1 ; fi || true
endscript
}