mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 18:27:32 +00:00
fix #1818: use NTP instead of Servers in timesyncd.conf
'Servers' should still work but it was changed to 'NTP' quite a while ago... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
718ea5cb03
commit
5ec2497fc1
@ -27,7 +27,7 @@ them:
|
||||
.File `/etc/systemd/timesyncd.conf`
|
||||
----
|
||||
[Time]
|
||||
Servers=ntp1.example.com ntp2.example.com ntp3.example.com ntp4.example.com
|
||||
NTP=ntp1.example.com ntp2.example.com ntp3.example.com ntp4.example.com
|
||||
----
|
||||
|
||||
After restarting the synchronization service (`systemctl restart
|
||||
|
Loading…
Reference in New Issue
Block a user