| Current Path : /etc/logrotate.d/ |
| Current File : //etc/logrotate.d/proftpd |
# Ansible managed
/var/log/ftp.log
{
daily
missingok
rotate 3
compress
delaycompress
notifempty
create 600 root root
prerotate
/bin/sleep $((RANDOM%1000))
endscript
}