# NTP Servers to use for ntpdate
NTPSERVERS="192.168.2.100 192.168.2.101"

# Get initial time via ntpdate?
NTPDATE=yes
NTPDATE_OPTS="-t 30"

# Start the ntp daemon?
NTPD=yes
