Author Topic: How to setup Network Time Protocol  (Read 1162 times)

Offline Marco Schirrmeister

  • Sr. Member
  • ****
  • Posts: 96
  • Karma: 14
Re: How to setup Network Time Protocol
« on: December 03, 2008, 08:58:26 AM »
I have more or less the same configured like you.
The only difference is that I also added the options, that you have specified during the startup of the ntp daemon, to the rc.conf file.

So in details I have the following in my /nsconfig/rc.conf file.

ntpd_enable="YES"
ntpd_flags="-c /nsconfig/ntp.conf -l /var/log/ntpd.log"

Without the ntpd_flags the ntpd daemon is started without this options after a reboot.
Maybe this two options are the default values and they are also used without specifying it.
But just to be safe I have added them too to the rc.conf file.


Marco