Your IP : 216.73.216.209


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/sshlimit

# Ansible managed

/var/log/sshlimit.log
{
  daily
  missingok
  rotate 7
  compress
  delaycompress
  copytruncate
  notifempty
  create 640 root root
  sharedscripts
  prerotate
    /bin/sleep $((RANDOM%1000))
  endscript
}