Skip to content

Instantly share code, notes, and snippets.

@tbvinh
Created August 17, 2020 04:57
Show Gist options
  • Save tbvinh/151d15020f65c9de584b90260cb2e117 to your computer and use it in GitHub Desktop.
Save tbvinh/151d15020f65c9de584b90260cb2e117 to your computer and use it in GitHub Desktop.
Edit crontab
sudo vi /etc/rsyslog.d/50-default.conf
uncomment: #cron.*
sudo service rsyslog restart
sudo systemctl status cron
EDITOR=vi crontab -e
sudo crontab -l
tail -f /var/log/syslog | grep CRON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment