diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2014-07-18 06:33:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-19 17:32:28 -0400 |
commit | e9b11a8457293c553296e5d986a0bb7f86f275d5 (patch) | |
tree | dbec324086ead5caf261383a2bef41a023defa03 | |
parent | 69a67d6aaec068654c0431e9156a91afcf75b7dd (diff) |
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.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d6c3176a4..c6853e46eb 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 |