Home | History | Annotate | only in /src/external/bsd/ntp/dist/scripts/rc
Up to higher level directory
NameDateSize
ntpd27-Dec-20131.8K
ntpwait27-Dec-2013179
rc.d/25-Feb-2026
README27-Dec-2013666

README

      1 This directory contains some example rc scripts for ntpd.
      2 
      3 In general, ntpd should be started as soon as possible in the boot process. If
      4 any services require stable system clock, the ntpwait script should be run
      5 before them as late as possible.
      6 
      7 The rc.d contains scripts for systems using rc.d init system (originated in
      8 NetBSD). If a service requires stable system time, indicate it with TIMESYNC
      9 dependency and set ntpwait_enable to YES.
     10 
     11 For SysV init systems, you'll have to create links as /etc/rc2.d/S20ntpd and
     12 /etc/rc2.d/S80ntpwait yourself. (The numbers are just examples, try to give
     13 ntpd as much time as possible to synchronize before running ntpwait).
     14