From: Michael Olbrich Date: Wed, 25 Jun 2014 12:43:57 +0000 (+0200) Subject: install: enable timesyncd by default X-Git-Tag: v215~176 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3210412576857e26c18bd0d154906bd7444f5529 install: enable timesyncd by default This treats it similarly to networkd, resolved and others and it matches what 90-systemd.preset does. --- diff --git a/Makefile.am b/Makefile.am index 4b292b210..bfef1c305 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