From 15ccadaf66556dc13af17649e83d41d67af6c63a Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 15 Apr 2020 22:10:45 +0200 Subject: [PATCH] install chrony automatically disables systemd-timesyncd.service fixes #3 --- post-debootstrap-installer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 5d16390..a1c5b31 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -67,6 +67,14 @@ apt-get -y install iproute2 systemctl enable systemd-networkd.service + +### ntp + +# automatically disables systemd-timesyncd.service +apt-get -y install chrony + + + ### Docker # has to be executed before the users section, # because otherwise the docker group doesn't exist