diff options
author | Tom Gundersen <teg@jklm.no> | 2014-05-07 15:26:47 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-08 15:28:19 +0200 |
commit | e0e5ce237b11f2d97189cd7725bf339b4b8a78de (patch) | |
tree | aa2e3cd22c8da15efa81a4ecca0b2eb46a7ff215 /Makefile.am | |
parent | 3a9c5a32bec18dc1cca68af46fd1aebfad7e9fd7 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 += \ |