File Manager V1.5

[SYSTEM@ROOT]: /etc/logrotate.d/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: wtmp

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