MCPcopy Index your code
hub / github.com/archlinux/archinstall / activate_time_synchronization

Method activate_time_synchronization

archinstall/lib/installer.py:706–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

704 return False
705
706 def activate_time_synchronization(self) -> None:
707 info('Activating systemd-timesyncd for time synchronization using Arch Linux and ntp.org NTP servers')
708 self.enable_service('systemd-timesyncd')
709
710 def enable_espeakup(self) -> None:
711 info('Enabling espeakup.service for speech synthesis (accessibility)')

Callers 2

perform_installationFunction · 0.80
perform_installationFunction · 0.80

Calls 2

enable_serviceMethod · 0.95
infoFunction · 0.90

Tested by

no test coverage detected