Created
April 17, 2015 04:53
-
-
Save chrisyeung1121/b7be8a6cf118b41a2aec to your computer and use it in GitHub Desktop.
crontab needs to restart after configuring timezone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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