Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Is done here: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/files/time-dgram-nmsprime

and here: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/after_install.sh

Set Time

Code Block
timedatectl set-timezone Europe/Berlin
yum install -y chrony

systemctl enable chronyd
systemctl start chronyd

# test
ntpdate de.pool.ntp.org

...