Podman_compose_BigData/system/etc/logrotate.d/apt
2025-10-16 21:15:12 +09: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
}