Skip to content

Commit

Permalink
Merge pull request #121 from phillxnet/54_Chrony_NTP_servers_configur…
Browse files Browse the repository at this point in the history
…ation_is_out-of-date_when_compared_to_Leap_15-3_JeOS

revert to 'suseInsertService chronyd' #54
  • Loading branch information
phillxnet authored Jul 31, 2022
2 parents 6b15d85 + 6b791c9 commit b56ac5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

#=====================================
Expand Down

0 comments on commit b56ac5b

Please sign in to comment.