From af0183807ff6b11591e53b34e7e965f2b4e2c789 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 14 Oct 2021 19:17:01 +0200 Subject: [PATCH] TT#144703 Restore support for ntp We add optional support for ntpd, as some customers have demanded it back. While preserving timesyncd as the default. We need to add ntp as an alternative dependency to systemd-timesyncd, although our policy is to install all services (even when disabled), so that the service can be enabled or switched just via configuration changes. But in this case all time-servers Conflicts/Replaces with each other, so we cannot have them all installed, and that will require administrator intervention. Change-Id: I75c25010c3c12dfeda0c0297c7cea57076ae1bf5 (cherry picked from commit c7506297852ff33982cce52e586a1c8221dba2e6) --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4eb849c..ff5942b 100644 --- a/debian/control +++ b/debian/control @@ -385,7 +385,7 @@ Depends: systemd, systemd-coredump, systemd-sysv, - systemd-timesyncd, + systemd-timesyncd | ntp, telegraf, victoria-metrics, zstd, @@ -482,7 +482,7 @@ Depends: systemd, systemd-coredump, systemd-sysv, - systemd-timesyncd, + systemd-timesyncd | ntp, telegraf, victoria-metrics, zstd,