Ask HN: How many of us here use cron jobs, and how do you version control them?

  • Use systemd timers, and keep all of /etc in a repository. Or put all the cronjobs or systemd timers (or whatever) into a configuration management system, and check that into version control.