Comment on Ask HN: How do you use cron at work?Comments−Nextgrid6yI recommend systemd timers instead, that way each service can have its own unit & timer files in its package without having to mess with a single system-wide file like the crontab.
Comments
I recommend systemd timers instead, that way each service can have its own unit & timer files in its package without having to mess with a single system-wide file like the crontab.