X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Ftime_synch.crontab;h=4d58fc58f538296828976762582d5b50758917cf;hb=421efb66ead03244830a9b4c0ff5cbd8f787dcfc;hp=7b5fd6feaeb905978f1cfa289b19740fd7f41ca2;hpb=50b49f257f5bf55707e8e9b63754c0bed07afb46;p=feisty_meow.git diff --git a/infobase/configuration/cron/time_synch.crontab b/infobase/configuration/cron/time_synch.crontab index 7b5fd6fe..4d58fc58 100644 --- a/infobase/configuration/cron/time_synch.crontab +++ b/infobase/configuration/cron/time_synch.crontab @@ -5,14 +5,16 @@ LOCAL_TIME_SERVER=greendragon +############## + +# note: uncomment one of the below (client or server). + # standard version synchs to a local machine. can be used on a network # to get time from central host. -*/4 * * * * /usr/sbin/ntpdate $LOCAL_TIME_SERVER &>>/tmp/${CRONUSER}-cron-time_synch.log - -############## +#*/4 * * * * /usr/sbin/ntpdate $LOCAL_TIME_SERVER &>>/tmp/${CRONUSER}-cron-time_synch.log # the central host machine uses this version, to synch time externally. -0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log +#0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log ##############