10+ commands to list all systemctl services with status
To list all the service unit files which are currently in enabled state use –state=enabled
# systemctl list-unit-files --type=service --state=enabled
How to use systemd timers
Cron is the worlds largest pain in the ass, that is at least in comparison to how easy it is to create timers under Systemd.