22 lines
277 B
Plaintext
22 lines
277 B
Plaintext
/var/log/mgetty.* {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
}
|
|
|
|
/var/log/vgetty.* {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+2048k
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
}
|