aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony/chronyd.confd
blob: 1d13bf64aebb2423f792d0dc63cf96affef3e8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/conf.d/chronyd

CFGFILE="/etc/chrony/chrony.conf"

# chronyd takes some time to perform a second fork, by enabling this
# option chronyd is deamonized through start-stop-daemon(1) thereby
# significantly reducing the startup time.
FAST_STARTUP=no

# Configuration dependant options :
#      -s - Set system time from RTC if rtcfile directive present
#      -r - Reload sample histories if dumponexit directive present
#
# The combination of "-s -r" allows chronyd to perform long term averaging of
# the gain or loss rate across system reboots and shutdowns.

ARGS=""