On Fri, Apr 1, 2022 at 5:48 PM Mark Hindley <lee...@debian.org> wrote: > Package: upgrade-system > Version: 1.9.0.0 > Severity: normal > > The latest version of upgrade-system removed the cron.daily snippet in favour > of > systemd timers. > > The cron.daily snippet was still used and useful on non-systemd systems. > Please > consider restoring it for the benefit of those users.
Is there such a thing as Debian systems that don't run off systemd nowadays? The key problem is APT updating its lists several times in a row whenever cron.daily is run i.e. via every package that installs a similar snipet either via cron or via apt.conf.d, which quickly becomes redundant. Which part of the cron snipet specifically do you find essential? Martin-Éric