summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-systemd/meta-networking/recipes-support/ntp/ntp/ntpdate.service2
1 files changed, 1 insertions, 1 deletions
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 b2bc632069..10cbd70f99 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
4 4
5[Service] 5[Service]
6Type=oneshot 6Type=oneshot
7ExecStart=/usr/bin/ntpd -q -g -x 7ExecStart=/usr/bin/ntpdate-sync silent
8RemainAfterExit=yes 8RemainAfterExit=yes
9 9
10[Install] 10[Install]