chrony.confd 569 B

123456789101112131415161718
  1. # /etc/conf.d/chronyd
  2. CFGFILE="/etc/chrony.conf"
  3. # chronyd takes some time to perform a second fork, by enabling this
  4. # option chronyd is deamonized through start-stop-daemon(1) thereby
  5. # significantly reducing the startup time.
  6. FAST_STARTUP=yes
  7. # Configuration dependant options :
  8. # -s - Set system time from RTC if rtcfile directive present
  9. # -r - Reload sample histories if dumponexit directive present
  10. #
  11. # The combination of "-s -r" allows chronyd to perform long term averaging of
  12. # the gain or loss rate across system reboots and shutdowns.
  13. ARGS=""