Skip to content

Instantly share code, notes, and snippets.

@chrisyeung1121
Created April 17, 2015 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyeung1121/b7be8a6cf118b41a2aec to your computer and use it in GitHub Desktop.
Save chrisyeung1121/b7be8a6cf118b41a2aec to your computer and use it in GitHub Desktop.
crontab needs to restart after configuring timezone
# It checks the cron jobs that run before
sudo grep CRON /var/log/syslog
# Check timezone
cat /etc/timezone
# Restart Crontab
sudo /etc/init.d/cron restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment