From d6a73f109b80d5c63883e03ec4ac5c4ce0436236 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 16 Dec 2014 10:28:11 -0600 Subject: [PATCH] chroot: report systemd-timesyncd Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- scripts/chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/chroot.sh b/scripts/chroot.sh index b19e3665c..cae4ed7b8 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -712,6 +712,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ #systemd v215: systemd-timesyncd.service replaces ntpdate #enabled by default in v216 (not in jessie) if [ -f /lib/systemd/system/systemd-timesyncd.service ] ; then + echo "Log: (chroot): enabling: systemd-timesyncd.service" systemctl enable systemd-timesyncd.service || true #set our own initial date stamp, otherwise we get July 2014 -- GitLab