updated after switching out firewall host.
[feisty_meow.git] / infobase / configuration / cron / time_synch.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 # standard to synch to local machine.
7 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/sbin/sntp -P no -r greendragon
8 or
9 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/bin/rdate -s -n greendragon
10 # -n is nntp which may not work with govt servers.
11
12 # one machine on the network uses this version, to synch externally.
13 #0 0,4,8,12,16,20 * * * /usr/sbin/sntp -P no -r time.nist.gov
14 #or
15 0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time-c.nist.gov
16