From b5123a0d012e24b93ff3175fabbaa3b5671311de Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sun, 11 Aug 2024 23:38:03 +0200 Subject: [PATCH] note force-reset with ntpd --- basics/time.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/basics/time.md b/basics/time.md index a69a4fe..f99bf89 100644 --- a/basics/time.md +++ b/basics/time.md @@ -68,3 +68,11 @@ ntpq -p 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 +```