29 lines
399 B
Plaintext
29 lines
399 B
Plaintext
/var/log/MapoIOB.log {
|
|
size 8M
|
|
copytruncate
|
|
create 700 pi pi
|
|
dateext
|
|
rotate 100
|
|
compress
|
|
maxage 366
|
|
missingok
|
|
}
|
|
/var/log/logReboot.txt {
|
|
size 1M
|
|
copytruncate
|
|
create 700 pi pi
|
|
dateext
|
|
rotate 30
|
|
compress
|
|
missingok
|
|
}
|
|
/var/log/logTemp.txt {
|
|
size 1M
|
|
copytruncate
|
|
create 700 pi pi
|
|
dateext
|
|
rotate 30
|
|
compress
|
|
missingok
|
|
}
|