commands.sh

ntp-ctl

all

Management client for the `ntpd-rs` daemon.

More info →

Options (1)

-c, --configboolean

Check if the specified configuration file (default: `/etc/ntpd-rs/ntp.toml`) is valid

Example: ntp-ctl {{[-c|--config]}} {{path/to/config}} validate

Examples (3)

Display information about the current state of the NTP daemon

ntp-ctl status

Check if the specified configuration file (default: `/etc/ntpd-rs/ntp.toml`) is valid

ntp-ctl [-c|--config] path/to/config validate

Interactively run a single synchronization of the clock

sudo ntp-ctl force-sync
made by @shridhargupta | data from tldr-pages