[oe] [PATCH 5/5] meta-systemd: ntp: update for server config improvements

Martin Jansa martin.jansa at gmail.com
Tue Dec 4 11:59:56 UTC 2012


From: Paul Eggleton <paul.eggleton at linux.intel.com>

This makes the service use the ntpdate-sync command which reads the
servers set in /etc/default/ntpdate; if nothing is set then no error is
produced on startup.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
index b2bc632..10cbd70 100644
--- a/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
+++ b/meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service
@@ -4,7 +4,7 @@ Before=ntpd.service
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/ntpd -q -g -x
+ExecStart=/usr/bin/ntpdate-sync silent
 RemainAfterExit=yes
 
 [Install]
-- 
1.8.0





More information about the Openembedded-devel mailing list