Skip to content

Instantly share code, notes, and snippets.

@dungmanh88
Created September 26, 2016 03:05
Show Gist options
  • Save dungmanh88/5e346f88776dde07a2a8fddde54764e7 to your computer and use it in GitHub Desktop.
Save dungmanh88/5e346f88776dde07a2a8fddde54764e7 to your computer and use it in GitHub Desktop.
Find log cronjob on systemd
### Get crond service name
systemctl list-units --all | grep -i cron
### View log of crond service on systemd
journalctl -u cron.service | less
or
systemcl status cron.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment