| Current Path : /etc/logrotate.d/ |
| Current File : //etc/logrotate.d/udpflood |
# Ansible managed
/var/log/udpflood.log
{
weekly
missingok
rotate 5
compress
delaycompress
copytruncate
notifempty
create 640 root root
sharedscripts
prerotate
/bin/sleep $((RANDOM%1000))
endscript
}