Created
November 15, 2017 22:39
-
-
Save antoniopresto/e97ce07e8e020a518351004821119f98 to your computer and use it in GitHub Desktop.
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
# /bin/fixtime | |
/usr/sbin/ntpdate -u time.apple.com | |
# | |
chmod u+x /bin/fixtime | |
# cron | |
$ EDITOR=nano crontab -e | |
> 2 * * * * sudo -S fixtime >> ~/Desktop/cron.log 2>&1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment