15 lines
171 B
Plaintext
15 lines
171 B
Plaintext
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
|
|
} |