00b11ec4e2
Debian is shipping a systemd timer unit for logrotate, but we're also packaging in a cron job, which means both of them will run, potentially at the same time. Remove our cron file, and add an override to the shipped timer file to have it be run every 10 minutes. Fixes #12392. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
3 lines
30 B
Plaintext
3 lines
30 B
Plaintext
[Timer]
|
|
OnCalendar=*:00/10:00
|