Linux Systemd Timers Cheat Sheet

Schedule tasks reliably

Last Updated: November 21, 2025

Focus Areas

Focus
Create timer + service units
Monitor `systemctl list-timers`

Commands & Queries

systemctl enable backup.timer
Enable timer
systemctl start backup.timer
Start manually
systemctl status backup.timer
Check status

Summary

Timers give nice timestamps and dependencies compared to cron.

💡 Pro Tip: Tie timers to absolute times (`OnCalendar`) and monitor `systemd` status.
← Back to DevOps & Cloud | Browse all categories | View all cheat sheets