Your IP : 13.59.149.76


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

# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
    missingok
    monthly
    create 0664 root utmp
    minsize 1M
    rotate 1
}