From 096da2e8d40f1405ec80da9b0cc401f591fa4f6c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 7 Sep 2016 20:52:38 +0200 Subject: timedatectl set-ntp true to start systemd-timesyncd --- 30-timesyncd | 1 + 1 file changed, 1 insertion(+) diff --git a/30-timesyncd b/30-timesyncd index da0f193..710a3fc 100755 --- a/30-timesyncd +++ b/30-timesyncd @@ -9,6 +9,7 @@ case "${STATUS}" in mkdir -p /run/systemd/timesyncd.conf.d/ echo "[Time]" > /run/systemd/timesyncd.conf.d/${INTERFACE}.conf echo "NTP = ${DHCP4_NTP_SERVERS}" >> /run/systemd/timesyncd.conf.d/${INTERFACE}.conf + timedatectl set-ntp true fi ;; down) -- cgit v1.2.3-54-g00ecf