10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
|
/var/log/remote/*.log {
|
||
|
rotate 30
|
||
|
daily
|
||
|
dateext
|
||
|
compress
|
||
|
missingok
|
||
|
delaycompress
|
||
|
copytruncate
|
||
|
}
|