blob: 18bc673cf913a959254fc3167fef78e41d635c49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /etc/conf.d/chronyd
CFGFILE="/etc/chrony/chrony.conf"
# 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.
#
# -l <file> - specifies a file which should be used for logging instead
# of syslog or terminal
ARGS="-l /var/log/chrony/daemon.log"
|