From 827ffe9a14db924887013a41785a8767a73c45d8 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Sun, 24 Dec 2023 02:33:57 +0100 Subject: [PATCH] chrony is slower than openntpd --- docs/alpine-desktop-setup/installation/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alpine-desktop-setup/installation/installation.md b/docs/alpine-desktop-setup/installation/installation.md index 0e2f836..c440347 100644 --- a/docs/alpine-desktop-setup/installation/installation.md +++ b/docs/alpine-desktop-setup/installation/installation.md @@ -31,7 +31,7 @@ The other "setup" scripts can be used to configure key aspects of the system. # setup-hostname # setup-keymap us us-euro # setup-timezone -i / -# setup-ntp chrony +# setup-ntp openntpd # rc-update add acpid default # passwd root ```