[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sat Jul 19 16:08:24 PDT 2014


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9b11a8457293c553296e5d986a0bb7f86f275d5
Author: Michael Olbrich <m.olbrich at pengutronix.de>
Date:   Fri Jul 18 06:33:52 2014 +0200

    install: systemd-timesyncd.service is enabled by sysinit.target
    
    systemd-timesyncd.service has a "WantedBy=sysinit.target" so the
    initially generated link should match that.

diff --git a/Makefile.am b/Makefile.am
index 8d6c317..c6853e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4552,7 +4552,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



More information about the systemd-commits mailing list