/logrotate.d/ufw
http://github.com/brinkman83/bashrc · #! · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 8a9b5120d86b4e59d7e43adaa7b9501c MD5 · raw file
- /var/log/ufw.log
- {
- rotate 4
- weekly
- missingok
- notifempty
- compress
- delaycompress
- sharedscripts
- postrotate
- reload rsyslog >/dev/null 2>&1 || true
- endscript
- }