Skip to content

Commit

Permalink
Add only available NTP client
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Oct 17, 2024
1 parent 99f3e5b commit 7990420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/cloud.cfg.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7990420

Please sign in to comment.