Skip to content

Pullrequest: Installation guide for ntpd-rs on a standard Debian system with time synchronization via systemd-timesyncd #2181

Description

@Nihon-Ryori

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    open-to-prThis is a feature we are open to, but the maintainers likely won't implement it anytime soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions