10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
/var/log/lightdm/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
notifempty
|
||
|
maxsize 10M
|
||
|
copytruncate
|
||
|
}
|