[systemd-devel] [PATCH] install: systemd-timesyncd.service is enabled by sysinit.target
Michael Olbrich
m.olbrich at pengutronix.de
Thu Jul 17 21:33:52 PDT 2014
systemd-timesyncd.service has a "WantedBy=sysinit.target" so the
initially generated link should match that.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index db846ad..d1e3b0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4507,7 +4507,7 @@ nodist_systemunit_DATA += \
units/systemd-timesyncd.service
GENERAL_ALIASES += \
- $(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-timesyncd.service
+ $(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/sysinit.target.wants/systemd-timesyncd.service
EXTRA_DIST += \
units/systemd-timesyncd.service.in
--
2.0.1
More information about the systemd-devel
mailing list