diff --git a/pages/common/ntp-ctl.md b/pages/common/ntp-ctl.md new file mode 100644 index 0000000000..394287b5b2 --- /dev/null +++ b/pages/common/ntp-ctl.md @@ -0,0 +1,16 @@ +# ntp-ctl + +> Management client for the `ntpd-rs` daemon. +> More information: . + +- 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`