Files
server/etc/logrotate.d/ufw
2026-01-08 18:34:49 +01:00

14 lines
209 B
Plaintext

/var/log/ufw.log
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
[ -x /usr/lib/rsyslog/rsyslog-rotate ] && /usr/lib/rsyslog/rsyslog-rotate || true
endscript
}