12 lines
204 B
Text
12 lines
204 B
Text
/var/log/wesher/*.log {
|
|
rotate 12
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
invoke-rc.d rsyslog rotate >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|