add conflict with chronyd.service in ntpd.service
This commit is contained in:
parent
ec138b5514
commit
c270c3b5e0
8
ntp.spec
8
ntp.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ntp
|
||||
Version: 4.2.8p14
|
||||
Release: 4
|
||||
Release: 5
|
||||
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/
|
||||
@ -208,6 +208,12 @@ make check
|
||||
%{_mandir}/man8/*.8*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 4 2021 renmingshuai<renmingshuai@huawei.com> - 4.2.8p15-5
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: add conflict with chronyd.service in ntpd.service
|
||||
|
||||
* Mon Nov 30 2020 yuanxin<yuanxin21@huawei.com> - 4.2.8p14-4
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Network Time Service
|
||||
After=syslog.target ntpdate.service sntp.service
|
||||
Conflicts=systemd-timesyncd.service
|
||||
Conflicts=chronyd.service systemd-timesyncd.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user