coreos-base/oem-ami: Enable ntpd by default

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-03-25 17:03:29 +00:00
parent e35e22ea27
commit cfc6d00a8a

View File

@ -30,4 +30,5 @@ src_install() {
insinto "$(systemd_get_systemunitdir)/multi-user.target.d"
doins "${FILESDIR}/10-oem-ami.conf"
systemd_enable_service multi-user.target ntpd.service
}