[chrony] start chronyd service after sntp

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Feb 1 18:25:36 UTC 2013


commit 1abf2613095cbc0fd6b1617f1f649671d7a12431
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Feb 1 19:07:28 2013 +0100

    start chronyd service after sntp

 chronyd.service |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/chronyd.service b/chronyd.service
index a96e604..16d620f 100644
--- a/chronyd.service
+++ b/chronyd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=NTP client/server
-After=syslog.target ntpdate.service
+After=syslog.target ntpdate.service sntp.service
 Conflicts=ntpd.service
 
 [Service]


More information about the scm-commits mailing list