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