[systemd-devel] [PATCH] install: enable timesyncd by default

Michael Olbrich m.olbrich at pengutronix.de
Wed Jun 25 05:43:57 PDT 2014


This treats it similarly to networkd, resolved and others and it matches
what 90-systemd.preset does.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 4b292b2..bfef1c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4301,6 +4301,9 @@ rootlibexec_PROGRAMS += \
 nodist_systemunit_DATA += \
 	units/systemd-timesyncd.service
 
+GENERAL_ALIASES += \
+	$(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-timesyncd.service
+
 EXTRA_DIST += \
 	units/systemd-timesyncd.service.in
 
-- 
2.0.0



More information about the systemd-devel mailing list