- fix chrony-service-helper.patch - Update to 3.5: + Add support for more accurate reading of PHC on Linux 5.0 + Add support for hardware timestamping on interfaces with read-only timestamping configuration + Add support for memory locking and real-time priority on FreeBSD, NetBSD, Solaris + Update seccomp filter to work on more architectures + Validate refclock driver options + Fix bindaddress directive on FreeBSD + Fix transposition of hardware RX timestamp on Linux 4.13 and later + Fix building on non-glibc systems OBS-URL: https://build.opensuse.org/request/show/741213 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=71
13 lines
482 B
Diff
13 lines
482 B
Diff
diff -burNE chrony-3.5_orig/examples/chronyd.service chrony-3.5/examples/chronyd.service
|
|
--- chrony-3.5_orig/examples/chronyd.service 2019-10-19 10:20:18.421076350 +0200
|
|
+++ chrony-3.5/examples/chronyd.service 2019-10-19 10:23:20.521233091 +0200
|
|
@@ -10,6 +10,7 @@
|
|
PIDFile=/run/chrony/chronyd.pid
|
|
EnvironmentFile=-/etc/sysconfig/chronyd
|
|
ExecStart=/usr/sbin/chronyd $OPTIONS
|
|
+ExecStartPost=/usr/lib/chrony/helper update-daemon
|
|
PrivateTmp=yes
|
|
ProtectHome=yes
|
|
ProtectSystem=full
|
|
|