15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
/var/log/*.log
|
|
/var/log/**/*.log
|
|
/var/log/*.gz
|
|
/var/log/**/*.gz {
|
|
daily
|
|
rotate 0
|
|
maxage 60
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/usr/lib/rsyslog/rsyslog-rotate 2>/dev/null || true
|
|
endscript
|
|
} |