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