Files
Troposphere/include/dual_rootfs/etc/logrotate.d/dpkg
T

10 lines
112 B
Plaintext
Raw Normal View History

2026-07-29 03:36:26 +03:00
/var/log/dpkg.log {
monthly
rotate 12
compress
delaycompress
missingok
notifempty
create 644 root root
}