Systemd timers are a feature of the systemd init system on Linux that allows to schedule and automate tasks at specific intervals or times.

Query and View Timer Information

	systemd-analyze calendar hourly
	systemd-analyze calendar daily
	systemd-analyze calendar weekly
	systemd-analyze calendar monthly
	systemd-analyze calendar "*-*-* 09..17:00/5"
	systemd-analyze calendar "Mon..Fri *-*-* 09..17:00/5"

Creating Timer event

Updates by Timer for Debian