diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl index 7c0019d86ac..8ec171cb1a8 100644 --- a/config/cloud.cfg.tmpl +++ b/config/cloud.cfg.tmpl @@ -344,6 +344,8 @@ system_info: {% if variant in ["debian", "ubuntu", "unknown"] %} # Automatically discover the best ntp_client ntp_client: auto +{% elif variant == "raspberry-pi-os" %} + ntp_client: 'systemd-timesyncd' {% endif %} {% if variant in ["alpine", "amazon", "aosc", "arch", "azurelinux", "debian", "fedora", "gentoo", "mariner", "OpenCloudOS", "openeuler",