Kolam Ayer MakersLinux Foundations

systemctl –user list-timers

Use

systemctl --user list-timers

What It Does

This lists scheduled timers for your user account.

What To Read

Watch Out

No listed timer means systemd does not know about it yet or it is disabled. Run systemctl --user daemon-reload, then systemctl --user enable --now site-build.timer.

Docs Pointers