codeenigma / ce-provision

5 stars 5 forks source link

Replace cron entries with `systemd` timers #1134

Closed gregharvey closed 10 months ago

gregharvey commented 1 year ago

Cron is being phased out with Debian 12 and up, now systemd is fully embedded in Debian. As such we need to stop using cron in favour of systemd timers going forwards. Some pointers:

gregharvey commented 10 months ago

This has been done using the contrib role here:

See the ce_provision role for installation and various other roles for examples of how it gets invoked.