Server-Hardening/logrotate.conf

15 lines
171 B
Plaintext
Raw Normal View History

daily
rotate 10
size 100M
create
#compress
include /etc/logrotate.d
/var/log/wtmp {
create 0664 root utmp
}
/var/log/btmp {
missingok
create 0600 root utmp
}