X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Ftime_synch.crontab;h=f59270620a163c867b71d5d42975d30dc68e1da9;hb=aa9877604dcd9afdcc18f10fe14fa31b87fc0597;hp=ee390d2b884903332256c4a3c5308854a219d33f;hpb=969711e680a652f31eb9f16ce6e67468f26424d6;p=feisty_meow.git diff --git a/infobase/configuration/cron/time_synch.crontab b/infobase/configuration/cron/time_synch.crontab index ee390d2b..f5927062 100644 --- a/infobase/configuration/cron/time_synch.crontab +++ b/infobase/configuration/cron/time_synch.crontab @@ -1,16 +1,16 @@ -SHELL=/bin/bash - -# m h dom mon dow command +#[time synch] # standard to synch to local machine. -0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/sbin/sntp -P no -r greendragon -or -0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/bin/rdate -s -n greendragon -# -n is nntp which may not work with govt servers. + +############## + +# synchronize time/date with our nearest time server. +*/4 * * * * /usr/sbin/ntpdate greendragon &>>/tmp/${CRONUSER}-cron-time_synch.log + +############## # one machine on the network uses this version, to synch externally. -#0 0,4,8,12,16,20 * * * /usr/sbin/sntp -P no -r time.nist.gov -#or -0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time-c.nist.gov +0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log +#hmmm: is above still correct?