note force-reset with ntpd

This commit is contained in:
Malin Freeborn 2024-08-11 23:38:03 +02:00
parent 377a85c2b0
commit b5123a0d01
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 8 additions and 0 deletions

View File

@ -68,3 +68,11 @@ ntpq -p
Usually this is run as a service, so just start that service. Usually this is run as a service, so just start that service.
# Force Reset
If your clock drifts too far from the right time, it will not reset happily.
For it to reset like this:
```bash
sudo ntpd -q -g -x -n
```