From 09681374393d74d9d6c92e44f9e6fa091ad61555 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 13 May 2014 09:39:03 +0200 Subject: timesyncd: start after networkd This is needed for the network monitor to work (as it requires networkd to set up the correct directories first). --- units/systemd-timesyncd.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-timesyncd.service.in') diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 4a363f71ca..21015c64b1 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -9,6 +9,7 @@ Description=Network Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME +After=systemd-networkd.service [Service] Type=notify -- cgit v1.2.3-54-g00ecf