Update timesyncd.conf NTP server option (#357)

Changing the current option "Server=" to "NTP="

Source: https://man7.org/linux/man-pages/man5/timesyncd.conf.5.html
Dieser Commit ist enthalten in:
Manuel Berger 2022-01-28 19:14:29 +01:00 committet von GitHub
Ursprung 0f82690483
Commit ad496ad3bc
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -148,7 +148,7 @@ To enable NTP you need to run the command `timedatectl set-ntp true`. You also n
```
# vim /etc/systemd/timesyncd.conf
[Time]
Servers=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
```
## Hetzner Cloud (and probably others)