systemd-cron 1.15.21-1 source package in Ubuntu

Changelog

systemd-cron (1.15.21-1) unstable; urgency=low

  * do not use "run-parts" anymore to execute /etc/cron.{hourly|weekly|monthly}
    and instead generate a .timer+.service pair by item.
    Most prominent Debian packages already provide their own .timer:
    apt, dpkg, man-deb, plocate ... in this case systemd-cron does nothing.

  * simplify conflicts: only conflict on virtual cron-daemon and anacron

 -- Alexandre Detiste <email address hidden>  Fri, 23 Jun 2023 15:54:57 +0200

Upload details

Uploaded by:
pkg-systemd-maintainers
Uploaded to:
Sid
Original maintainer:
pkg-systemd-maintainers
Architectures:
linux-any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
systemd-cron_1.15.21-1.dsc 2.1 KiB 8f66dd6082c90e6633c21357d0cb7c4444a3d7d7cc6ab84392de2d2da1dc4214
systemd-cron_1.15.21.orig.tar.gz 32.7 KiB 99c03ada56ce991d9696af40020cc37e8d97a477c29b78d343f03ccb6eb9d736
systemd-cron_1.15.21-1.debian.tar.xz 7.6 KiB b65c726b377b383ca8b5c00feade1f0fe649712d9d9570819c329f40eed66cb7

Available diffs

No changes file available.

Binary packages built by this source

systemd-cron: systemd generator that provides cron daemon & anacron functionality

 This is a generator that dynamicaly translates /etc/crontab,
 /etc/cron.{d|hourly|daily|weekly|monthly|yearly}/*
 and user cronjobs into systemd .timer & .service units.
 Please notice this package provide a different set of features
 than Vixie-cron; trying to remain as simple as possible.
 By example, to avoid to run process through a wrapper,
 but have instead systemd run those directly,
 it only send mails on error, including only a small blurb
 from the Journal; but doesn't send the full output of processes.

systemd-cron-dbgsym: debug symbols for systemd-cron