systemctl list-timers --all | grep -iE 'apt|unattended|certbot'

Category: VPS Management

systemctl list-timers --all | grep -iE 'apt|unattended|certbot'

Show scheduled maintenance timers

list-timers --all shows every systemd timer with its next run time and the unit it triggers; grepping for apt, unattended, and certbot surfaces exactly the maintenance schedule — automatic updates and certificate renewals. If a timer is missing here, that maintenance silently isn't happening. Timers are systemd's modern replacement for cron.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.