From e3f6c582c1b99be604f03213da2f8860f84f9e3a Mon Sep 17 00:00:00 2001 From: chengyechun Date: Thu, 23 Nov 2023 21:02:33 +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 2fa61f8..a68c2d7 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 10 +Release: 11 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/ @@ -211,6 +211,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Thu Nov 23 2023 chengyechun - 4.2.8p15-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update ntpd.service + * Wed Jun 21 2023 chengyechun - 4.2.8p15-10 - Type:bugfix - ID: 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