13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
/var/log/dpkg.log /var/log/alternatives.log {
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
rotate 4
|
|
weekly
|
|
postrotate
|
|
# invoke-rc.d rsyslog rotate > /dev/null
|
|
systemctl kill -s HUP rsyslog.service
|
|
endscript
|
|
}
|