From 846942ba92d89bb4571dc7876933d697fad1ffcf Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Fri, 9 Nov 2018 09:54:40 +0100
Subject: [PATCH] fix(ntp): disable systemd-timesyncd

---
 2.Common_services/2.NTP/0_setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2.Common_services/2.NTP/0_setup.py b/2.Common_services/2.NTP/0_setup.py
index 54d6d44d..35f1118a 100644
--- a/2.Common_services/2.NTP/0_setup.py
+++ b/2.Common_services/2.NTP/0_setup.py
@@ -14,6 +14,7 @@ def setup(interactive=True):
         servers = 'pool ntp.ubuntu.com\n'
     cmds = [
         # NTP
+        'timedatectl set-ntp false',
         'DEBIAN_FRONTEND=noninteractive apt-get install -y ntp',
         'echo "Replacing /etc/ntp.conf"',
         dict(line='write', template='%s/ntp.conf' % dir_path, target='/etc/ntp.conf', params=(
-- 
GitLab