systemd-cron 1.16-1 source package in Ubuntu

Changelog

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

  * major rewrite in an OO fashion

 -- Alexandre Detiste <email address hidden>  Sat, 22 Jul 2023 18:14:03 +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.16-1.dsc 2.0 KiB 39303d8a73a668b69f737b084542fb318ac82c4c133476363f5fc2bc586bc2ba
systemd-cron_1.16.orig.tar.gz 34.4 KiB 6e12a807e023493ec85ffd846cedb804fee16d412353a35667c66d4164a07885
systemd-cron_1.16-1.debian.tar.xz 7.7 KiB 85da795ccff523f0ddff9e8c9b3fac6f6aa59e2829dc1b3334f472297ed827f2

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