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