From e0e5ce237b11f2d97189cd7725bf339b4b8a78de Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 7 May 2014 15:26:47 +0200 Subject: timesyncd: only run when the system has a carrier on a network interface As the operational state detection in sd-network is still too primitive, timesyncd will likely try to connect a bit early, so the first attempt will fail. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 669eb338dc..637f5e15c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4036,6 +4036,7 @@ systemd_timesyncd_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la \ libsystemd-resolve.la \ + libsystemd-network.la \ -lm rootlibexec_PROGRAMS += \ -- cgit v1.2.3-54-g00ecf