$ systemctl cat [email protected]
# /etc/systemd/system/[email protected]
[Unit]
Description=Periodic fetch of public mailing list
[Timer]
# twice a day
OnCalendar=*-*-* 5,17:35
RandomizedDelaySec=1h
Persistent=true
[Install]
WantedBy=multi-user.targetI, er, what? It's... the same as cron? I'm confused now. It's not exactly the same, I guess?
So the `OnCalendar` stanza is the same as a Cron job; without the helpful comments of the ordering? And that is considered _easier_??
Just use Cron. It does one thing and does it well.