📖 ~1 min read
Table of contents
Symptom & Impact
A systemd timer on CentOS Stream 10 misses scheduled executions overnight.
Environment & Reproduction
Hosts that suspend or have skewed time after maintenance.
cat /etc/os-release
uname -r
rpm -qa | grep
Root Cause Analysis
Persistent=false with downtime, or chronyd not synchronised.
Quick Triage
Confirm package, network, SELinux and firewall state.
systemctl list-timers --all
systemctl status
chronyc tracking
Step-by-Step Diagnosis
Drill into cron/timer state and recent journal entries to isolate the failure.
journalctl -u -b
systemctl cat

Solution – Primary Fix
Apply the standard remediation for cron/timer on CentOS Stream 10.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo systemctl edit # add Persistent=true
sudo systemctl daemon-reload
sudo systemctl restart

Solution – Alternative Approaches
Convert to OnBootSec for tasks tolerant of host downtime.
Verification & Acceptance Criteria
Validate the fix with positive functional checks before closing.
systemctl list-timers
journalctl -u
Rollback Plan
Revert to the previous known-good configuration if the fix regresses.
sudo systemctl revert
Prevention & Hardening
Codify the fix in configuration management and add monitoring.
Monitor missed runs via journal log alerts.
Related Errors & Cross-Refs
Cron vs systemd timer drift.
Related tutorial: View the step-by-step tutorial for centos-stream-10.
View all centos-stream-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
systemd.timer(5) manual.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.