diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-09 14:29:20 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-09 17:04:11 +0200 |
commit | b72ddf0f4f552dd53d6404b6ddbc9f17d02b8e12 (patch) | |
tree | f5eb9c3baab0178f1f3b587de273a40cea5374d5 /NEWS | |
parent | efab8d0b0ebf6d715949b7af66fecaf5e5e5d77b (diff) |
timedated: manage systemd-timesyncd directly instead of lists of alternatives
Alternative NTP implementations should add a:
Conflicts=systemd-timesyncd.service
to take over the built-in NTP functionality of systemd.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ systemd System and Service Manager +CHANGES WITH 216: + * timedated does no longer read NTP unit names from + /usr/lib/systemd/ntp-units.d/*.list. Alternative NTP + implementations should add a: + Conflicts=systemd-timesyncd.service + to take over and replace systemd's NTP functionality. + CHANGES WITH 215: * A new tool systemd-sysusers has been added. This tool |