HOME


5h-3LL 1.0
DIR: /etc/logrotate.d
/etc/logrotate.d/
Upload File:
Current File : /etc/logrotate.d/btmp
# no packages own btmp -- we'll rotate it here
/var/log/btmp {
    missingok
    monthly
    create 0660 root utmp
    rotate 1
}