aports/community/rspamd/rspamd.logrotated
2017-10-09 15:50:54 +00:00

12 lines
192 B
Plaintext

/var/log/rspamd/*log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
/etc/init.d/rspamd --ifstarted --quiet reopen
endscript
}