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.systemd 223B

1234567891011
  1. /var/log/rspamd/*log {
  2. daily
  3. rotate 10
  4. missingok
  5. notifempty
  6. compress
  7. sharedscripts
  8. postrotate
  9. systemctl --signal=USR1 --kill-who=main kill rspamd.service 2>/dev/null || :
  10. endscript
  11. }