# NTP Servers to use for ntpdate
NTPSERVERS="0.europe.pool.ntp.org"

# Get initial time via ntpdate?
NTPDATE=no
NTPDATE_OPTS="-t 1"

# Start the ntp daemon?
NTPD=yes
