Concept Flow - systemd timers
Create .service file
Create .timer file
Enable timer with systemctl
Timer triggers at set time
systemd runs .service file
Service executes task
Timer waits for next trigger
This flow shows how systemd timers work: you create a service and a timer file, enable the timer, and systemd runs the service at scheduled times.