From patchwork Thu May 24 16:05:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ntpd-systemd: ntpd is started with -g parameter Date: Thu, 24 May 2012 16:05:43 -0000 From: Radek Dostal X-Patchwork-Id: 28635 Message-Id: <1337875543-28325-1-git-send-email-rd@radekdostal.com> To: openembedded-devel@lists.openembedded.org Cc: Radek Dostal needed for correct functionality in systems without battery backed RTC Signed-off-by: Radek Dostal --- meta-oe/recipes-support/ntp/files/ntpd.service | 2 +- meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/ntp/files/ntpd.service b/meta-oe/recipes-support/ntp/files/ntpd.service index bd87b1e..0102ef0 100644 --- a/meta-oe/recipes-support/ntp/files/ntpd.service +++ b/meta-oe/recipes-support/ntp/files/ntpd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking PIDFile=/run/ntpd.pid -ExecStart=/usr/bin/ntpd -p /run/ntpd.pid +ExecStart=/usr/bin/ntpd -g -p /run/ntpd.pid [Install] WantedBy=multi-user.target diff --git a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb index ece8720..91d93c1 100644 --- a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb +++ b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb @@ -1,6 +1,6 @@ require ntp.inc -PR = "r5" +PR = "r6" inherit systemd