Information
The file /etc/sysconfig/chronyd allows configuration of options for chrony to include the user chrony is run as. By default, this is set to the user chrony
Services should not be set to run as the root user
Solution
Edit the file /etc/sysconfig/chronyd and add or modify the following line to remove " -u root " from any OPTIONS= argument:
Example:
OPTIONS="-F 2"
Run the following command to reload the chronyd.service configuration:
# systemctl reload-or-restart chronyd.service