linux-system-roles / timesync

An ansible role which configures time synchronization
https://linux-system-roles.github.io/timesync/
MIT License
67 stars 43 forks source link

fix: Don't use chrony-dhcp sourcedir on EL8 systems #246

Closed mlichvar closed 4 months ago

mlichvar commented 4 months ago

On EL8 systems the chrony package uses a helper script which adds servers from DHCP with the "chronyc add" command. The /run/chrony-dhcp directive is used on EL9 and later.