You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rspamd.logrotate 229B

1234567891011
  1. /var/log/rspamd/*log {
  2. daily
  3. rotate 10
  4. missingok
  5. notifempty
  6. compress
  7. sharedscripts
  8. postrotate
  9. [ ! -f /var/run/rspamd/rspamd.pid ] || kill -USR1 `cat /var/run/rspamd/rspamd.pid`
  10. endscript
  11. }