Run job at boot cron

Append @reboot job idempotently; note: no networking guarantee at boot, use systemd for deps

( crontab -l 2>/dev/null; echo '@reboot /usr/local/bin/warmup.sh' ) | crontab -
more cron all 8 commands →