[systemd-commits] Makefile.am src/timesync

Lennart Poettering lennart at kemper.freedesktop.org
Tue May 6 09:22:35 PDT 2014


 Makefile.am                  |    4 ++++
 src/timesync/90-systemd.list |    1 +
 2 files changed, 5 insertions(+)

New commits:
commit 7b8b9686e050a2b19ed2a3686af187dffaab5c08
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue May 6 18:20:49 2014 +0200

    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 dc5737e..669eb33 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 0000000..d5959ad
--- /dev/null
+++ b/src/timesync/90-systemd.list
@@ -0,0 +1 @@
+systemd-timesyncd.service



More information about the systemd-commits mailing list