- Fix ordering and dependencies of chronyd.service, so that it is
not being started before the network (bsc#1129730). - Add chrony-service-ordering.patch OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=67
This commit is contained in:
parent
d0dc0eea07
commit
e1a383cdd4
15
chrony-service-ordering.patch
Normal file
15
chrony-service-ordering.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- examples/chronyd.service.orig
|
||||
+++ examples/chronyd.service
|
||||
@@ -1,7 +1,11 @@
|
||||
[Unit]
|
||||
Description=NTP client/server
|
||||
Documentation=man:chronyd(8) man:chrony.conf(5)
|
||||
-After=ntpdate.service sntp.service ntpd.service
|
||||
+After=nss-lookup.target
|
||||
+Wants=network.target
|
||||
+After=network.target
|
||||
+Wants=time-sync.target
|
||||
+Before=time-sync.target
|
||||
Conflicts=ntpd.service systemd-timesyncd.service
|
||||
ConditionCapability=CAP_SYS_TIME
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 11:08:11 UTC 2019 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Fix ordering and dependencies of chronyd.service, so that it is
|
||||
not being started before the network (bsc#1129730).
|
||||
- Add chrony-service-ordering.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 13:40:04 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -45,6 +45,7 @@ Patch0: chrony-config.patch
|
||||
# Add NTP servers from DHCP when starting service
|
||||
Patch1: chrony-service-helper.patch
|
||||
Patch2: chrony-logrotate.patch
|
||||
Patch3: chrony-service-ordering.patch
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: gcc-c++
|
||||
@ -95,6 +96,7 @@ or a different computer.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3
|
||||
|
||||
# If this is an openSUSE build, use our vendor zone
|
||||
# (2.*pool.ntp.org names include IPv6 addresses). If not
|
||||
|
Loading…
Reference in New Issue
Block a user