Skip to content

Commit

Permalink
coreos-base/oem-gce: Enable ntpd by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Mar 26, 2024
1 parent cfc6d00 commit feb6a36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ src_install() {
systemd_dounit "${FILESDIR}/units/oem-gce-enable-oslogin.service"
systemd_dounit "${FILESDIR}/units/setup-oem.service"
systemd_install_dropin "multi-user.target" "${FILESDIR}/units/10-oem-gce.conf"
systemd_enable_service "multi-user.target" "ntpd.service"

dobin "${FILESDIR}/bin/enable-oslogin"
dobin "${FILESDIR}/bin/init.sh"
Expand Down

0 comments on commit feb6a36

Please sign in to comment.