Skip to content

Commit

Permalink
Use chrony for time and make sure it is enabled on startup. (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
agcooke authored and mattlandis committed Jan 8, 2019
1 parent b46b99a commit 8a1d7c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ sudo yum update -y
# Install necessary packages
sudo yum install -y \
aws-cfn-bootstrap \
chrony \
conntrack \
curl \
jq \
nfs-utils \
ntp \
socat \
unzip \
wget

sudo systemctl enable ntpd
# Make sure Amazon Time Sync Service starts on boot.
sudo chkconfig chronyd on

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
sudo python get-pip.py
Expand Down

0 comments on commit 8a1d7c0

Please sign in to comment.