aports/community/cloud-init/cloud-init.logrotate
Dermot Bradley 8fd059ba0b community/cloud-init: remove logger from deps, set logrotate to monthly
Remove logger as a dependancy as Busybox's logger works.
Explicitly set monthly rotation in logrotate cofiguration file.
2022-02-17 19:22:19 +00:00

8 lines
116 B
Plaintext

/var/log/cloud-init.log /var/log/cloud-init-output.log {
compress
delaycompress
missingok
monthly
notifempty
}