From: Lennart Poettering Date: Tue, 6 May 2014 16:20:49 +0000 (+0200) Subject: timesyncd: hook up systemd-timesyncd with systemd-timedated X-Git-Tag: v213~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8b9686e050a2b19ed2a3686af187dffaab5c08;p=thirdparty%2Fsystemd.git 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 --- diff --git a/Makefile.am b/Makefile.am index dc5737e06aa..669eb338dc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 # ------------------------------------------------------------------------------ diff --git a/src/timesync/90-systemd.list b/src/timesync/90-systemd.list new file mode 100644 index 00000000000..d5959ade899 --- /dev/null +++ b/src/timesync/90-systemd.list @@ -0,0 +1 @@ +systemd-timesyncd.service