This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/apt
T
2022-07-06 14:14:58 +02:00

15 lines
280 B
Plaintext

# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/var/log/apt/term.log /var/log/apt/history.log {
compress
delaycompress
missingok
notifempty
rotate 4
weekly
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}