Added more information to the NTP log line.

This commit is contained in:
Anton Hvornum 2021-11-05 17:05:20 +01:00
parent 93efce92a9
commit 4f4842f6bf
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class Installer:
self.activate_time_syncronization()
def activate_time_syncronization(self):
self.log('Installing and activating time synchronization.', level=logging.INFO)
self.log('Activating systemd-timesyncd for time synchronization using Arch Linux and ntp.org NTP servers.', level=logging.INFO)
self.enable_service('systemd-timesyncd')
with open(f"{self.target}/etc/systemd/timesyncd.conf", "w") as fh: