mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
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:
parent
661278ee29
commit
7b8b9686e0
@ -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
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
1
src/timesync/90-systemd.list
Normal file
1
src/timesync/90-systemd.list
Normal file
@ -0,0 +1 @@
|
||||
systemd-timesyncd.service
|
Loading…
Reference in New Issue
Block a user