Transient one-shot timer systemd

Spin up a throwaway timer+service without writing unit files; great for ad-hoc scheduled jobs

systemd-run --on-calendar='*-*-* 03:00:00' --unit=backup /usr/local/bin/backup.sh
more systemd all 26 commands →