15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
|
|
# OVERWRITTEN.
|
|
|
|
/var/log/syslog {
|
|
compress
|
|
daily
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
rotate 7
|
|
postrotate
|
|
invoke-rc.d rsyslog rotate > /dev/null
|
|
endscript
|
|
}
|