From 55df242f95807d1fb8fadb4af3e7605e0e490685 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Fri, 24 Nov 2023 10:35:35 +0800 Subject: [PATCH] update ntpd.service --- ntp.spec | 8 +++++++- ntpd.service | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ntp.spec b/ntp.spec index 3fdd29a..e962591 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 12 +Release: 13 Summary: A protocol designed to synchronize the clocks of computers over a network License: MIT and BSD and BSD with advertising URL: https://www.ntp.org/ @@ -214,6 +214,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Fri Nov 24 2023 chengyechun - 4.2.8p15-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update ntpd.service + * Wed Jul 12 2023 chengyechun - 4.2.8p15-12 - Type:bugfix - ID:NA diff --git a/ntpd.service b/ntpd.service index 22e39fe..61dee04 100644 --- a/ntpd.service +++ b/ntpd.service @@ -1,7 +1,7 @@ [Unit] Description=Network Time Service After=syslog.target ntpdate.service sntp.service -Conflicts=systemd-timesyncd.service chronyd.service +Conflicts=chronyd.service systemd-timesyncd.service [Service] Type=forking -- Gitee