Showing posts with label config. Show all posts
Showing posts with label config. Show all posts
Wednesday, January 8, 2020
Time adjustment for DigitalOcean droplets
Hello!
I have some droplets on DigitalOcean, but I noted that the system time (in all of them) is not correctly synced with NTP servers.
The solution that worked for me is to include the following line at the end of /etc/crontab:
* * * * * root /sbin/hwclock -s
That command instructs the system to copy time from hardware (which is more precise) every minute. That solved my problem.
Subscribe to:
Posts (Atom)
