/logrotate.d/ufw

http://github.com/brinkman83/bashrc · #! · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 8a9b5120d86b4e59d7e43adaa7b9501c MD5 · raw file

  1. /var/log/ufw.log
  2. {
  3. rotate 4
  4. weekly
  5. missingok
  6. notifempty
  7. compress
  8. delaycompress
  9. sharedscripts
  10. postrotate
  11. reload rsyslog >/dev/null 2>&1 || true
  12. endscript
  13. }