From 6b791c95d07dfc850288830689173abb46ea53a8 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Sun, 31 Jul 2022 14:49:36 +0100 Subject: [PATCH] revert to 'suseInsertService chronyd' #54 Update our chronyd config via Kiwi-ng build-in. This brings us closer to our JeOS Leap 15.3 Appliance upstream. Dropping our prior my-hand additional server configs. --- config.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config.sh b/config.sh index f849a21..3c6d581 100644 --- a/config.sh +++ b/config.sh @@ -110,13 +110,7 @@ fi # Enable chrony if installed #------------------------------------- if [ -f /etc/chrony.conf ]; then - # chronyc sits at 100% CPU even if chronyd service is disable - # Looks like: https://github.com/balena-os/meta-balena/issues/1360 - # This should help once sorted; for now not installing chronyd (shame) - # suseInsertService chronyd - for i in 0 1 2 3; do - echo "server $i.opensuse.pool.ntp.org iburst" - done > /etc/chrony.d/opensuse.conf + suseInsertService chronyd fi #=====================================