-
We utilize systemd timers instead of installing cron. On Debian-based distros, the systemd-cron package provides cron script compatibility if needed. We do not even use that, we just define timer and service unit files for periodic tasks. In either case, should the cron rules allow either systemd or systemd-cron to satisfy these? |
Beta Was this translation helpful? Give feedback.
Answered by
Mab879
Jul 18, 2025
Replies: 1 comment 1 reply
-
We usually leave that up to various standards (STIG and CIS mainly) if timers are allow are not. Currently the STIG is a bit more strict on requiring cron. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thom-nic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We usually leave that up to various standards (STIG and CIS mainly) if timers are allow are not. Currently the STIG is a bit more strict on requiring cron.