Bug#733929: exim4-base: anacron instead of cron should be enough

Ansgar Burchardt ansgar at debian.org
Thu Jan 2 12:08:23 UTC 2014


Marc Haber <mh+debian-packages at zugschlus.de> writes:
> On Thu, Jan 02, 2014 at 11:53:06AM +0100, Ansgar Burchardt wrote:
>> anacron only recommends cron. exim4 is the only package preventing me
>> from removing cron from my desktop system.
>
> Out of curiosity, how is anacron invoked if not from cron?

At system startup via the init script (or systemd service or upstart
job) or using systemd timers (tough this isn't shipped with the anacron
package).

systemd itself ships systemd-tmpfiles-clean.timer which runs a daily
job, similar to how anacron itself works:

+-----
| [Unit]
| Description=Daily Cleanup of Temporary Directories
| Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
| [Timer]
| OnBootSec=15min
| OnUnitActiveSec=1d
+----[file:///lib/systemd/system/systemd-tmpfiles-clean.timer]

Ansgar



More information about the Pkg-exim4-maintainers mailing list