From: Michael Olbrich Date: Fri, 18 Jul 2014 04:33:52 +0000 (+0200) Subject: install: systemd-timesyncd.service is enabled by sysinit.target X-Git-Tag: v216~483 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e9b11a8457293c553296e5d986a0bb7f86f275d5;ds=sidebyside 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 8d6c3176a..c6853e46e 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