[chrony] add ordering dependency to not start chronyd before ntpd stopped

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Oct 3 10:22:49 UTC 2013


commit 724843aabaaeae95650196f8b525f7a84ecbbf85
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Thu Oct 3 11:41:14 2013 +0200

    add ordering dependency to not start chronyd before ntpd stopped

 chronyd.service |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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]


More information about the scm-commits mailing list