Synchroniser son serveur à l'heure atomique
$ sudo apt-get install ntpdate
$ sudo ntpdate europe.pool.ntp.org
Puis dans un crontab en root :
# m h dom mon dow command 0 0 * * * ntpdate europe.pool.ntp.org
You need to create an account or log in to post a comment or rate this snippet.
