From 724843aabaaeae95650196f8b525f7a84ecbbf85 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 3 Oct 2013 11:41:14 +0200 Subject: [PATCH] add ordering dependency to not start chronyd before ntpd stopped --- chronyd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronyd.service b/chronyd.service index 77ca35e..589856e 100644 --- a/chronyd.service +++ b/chronyd.service @@ -1,6 +1,6 @@ [Unit] Description=NTP client/server -After=ntpdate.service sntp.service +After=ntpdate.service sntp.service ntpd.service Conflicts=ntpd.service [Service]