Introduction
This guide will show you how to disable the NTP service chronyd.
Procedure
The following command will stop chrony:
systemctl stop chronyd
While this command will prevent it from starting on boot:
systemctl disable chronyd
The official documentation on stopping and disabling chrony can be found below: