Your IP : 216.73.216.209


Current Path : /etc/logrotate.d/
Upload File :
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
}