The following ntpd-rs documentation contains instructions for migrating from chrony, ntpd, and NTPsec to ntpd-rs, but does not include installation instructions for a default Debian system, which, as is well known, uses systemd-timesync:
Please add the following to the installation instructions on the page below:
Add the following passage to the installation instructions (I can't do this myself via a pull request because I have no idea how to do that on GitHub):
Installing ntpd-rs on an unmodified Debian 13 system that has previously used systemd-timesyncd to synchronize the time.
Installation
sudo apt install ntpd-rs
Now activate the service and enable it after a restart.
sudo systemctl enable --now ntpd-rs
Check if the service is running:
ntp-ctl status
The following ntpd-rs documentation contains instructions for migrating from chrony, ntpd, and NTPsec to ntpd-rs, but does not include installation instructions for a default Debian system, which, as is well known, uses systemd-timesync:
Please add the following to the installation instructions on the page below:
Add the following passage to the installation instructions (I can't do this myself via a pull request because I have no idea how to do that on GitHub):