This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lsts_glued/systems/lctr-a72xx/fs/etc/logrotate.d/apt
Diogo Cordeiro 2c67b5490e Add some stuff
2020-09-16 16:11:26 +01:00

17 lines
173 B
Plaintext

/var/log/apt/term.log {
rotate 12
monthly
compress
missingok
notifempty
}
/var/log/apt/history.log {
rotate 12
monthly
compress
missingok
notifempty
}