16 lines
291 B
Plaintext
16 lines
291 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
|
|
systemctl kill -s HUP rsyslog.service
|
|
endscript
|
|
}
|