aports/main/chrony/chronyd.confd
Henrik Riomar 77984a6608 main/chrony: fix vrf support
chronyd init.d overrides start(), due to this the built in vrf support
in openrc does not work. Due to this chronyd init.d must handle the
vrf support.
2020-11-13 08:02:14 +00:00

20 lines
605 B
Bash

# /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=""
# vrf e.g 'vrf-mgmt'
#vrf=""