Skip to content

Commit

Permalink
revert to 'suseInsertService chronyd' rockstor#54
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
phillxnet committed Jul 31, 2022
1 parent 6b15d85 commit 6b791c9
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 6b791c9

Please sign in to comment.