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