linux:ubuntu:systemctl_timezone_and_ntp

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:ubuntu:systemctl_timezone_and_ntp [2022/02/01 07:50] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Set timezone and ntp on systemd distro ====== 
 +<code bash> 
 +sudo timedatectl set-timezone Europe/Zagreb 
 +sudo vim /etc/systemd/timesyncd.conf 
 +# append line 
 +NTP=hr.pool.ntp.org 
 +sudo systemctl restart systemd-timesyncd 
 +systemctl status systemd-timesyncd 
 +</code>
  • linux/ubuntu/systemctl_timezone_and_ntp.txt
  • Last modified: 2022/02/01 07:50
  • by 127.0.0.1