Systemd
View cron/timer:
systemctl show certbot.timer
Validate unit syntax:
systemd-analyze verify /etc/systemd/system/my-service.service
Show unit config:
systemd-analyze cat my-service.service
Generate chart which displays events happening during boot and startup:
systemd-analyze plot > /tmp/bootup.svg