Remove ntpdate from documentation

Closes-bug: 2075158

Change-Id: I2f5d887a49a3bea190c70900a46642971904d48e
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
This commit is contained in:
Suzana Fernandes 2024-07-29 17:50:48 +00:00 committed by Suzana Barude Fernandes
parent d663b2122b
commit ae889c0d0b

View File

@ -8,11 +8,5 @@
# check the current server time
$ date
# if the current server time is not correct, update with NTP
# first add nameserver for DNS resolution
$ echo "nameserver 8.8.8.8" >> /etc/resolv.conf
$ echo "nameserver 8.8.4.4" >> /etc/resolv.conf
# run ntpdate
$ sudo ntpdate 0.pool.ntp.org 1.pool.ntp.org
# if the current server time is not correct, update the NTP Servers configuration.
For more information, see :ref:`Configure NTP Servers <configuring-ntp-servers-and-services-using-the-cli>`.