From 09681374393d74d9d6c92e44f9e6fa091ad61555 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 13 May 2014 09:39:03 +0200 Subject: [PATCH 1/1] 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(+) diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 4a363f71c..21015c64b 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 -- 2.30.2