Listing 2: The timeserv.ini file
REM The timeserv.ini file
[TimeServ]
REM This is a master server that access its time from an NTP source
Type=NTP
REM The numeric address of the NTP Server - tick.usno.navy.mil
NTPServer=132.163.135.130
REM Log the timeservice events in the application log of the Event viewer
Log=yes
REM Disable time synchronization with the CMOS since the NTP source is more reliable
Tasync=no
|