timesyncd: hook up systemd-timesyncd with systemd-timedated

Later on we will probably remove support for controlling any other NTP
implementations but systemd-timesyncd, but for now, let's keep things
generic
This commit is contained in:
Lennart Poettering 2014-05-06 18:20:49 +02:00
parent 661278ee29
commit 7b8b9686e0
2 changed files with 5 additions and 0 deletions

View file

@ -101,6 +101,7 @@ udevrulesdir=$(udevlibexecdir)/rules.d
udevhwdbdir=$(udevlibexecdir)/hwdb.d
catalogdir=$(prefix)/lib/systemd/catalog
kernelinstalldir = $(prefix)/lib/kernel/install.d
ntpunitsdir=$(prefix)/lib/systemd/ntp-units.d
# And these are the special ones for /
rootprefix=@rootprefix@
@ -4055,6 +4056,9 @@ EXTRA_DIST += \
CLEANFILES += \
src/timesync/timesyncd.conf
dist_ntpunits_DATA = \
src/timesync/90-systemd.list
endif
# ------------------------------------------------------------------------------

View file

@ -0,0 +1 @@
systemd-timesyncd.service