From 6ac66a8ecb75c91bb2e1d5660f1b59ea614d7612 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 5 Mar 2023 08:25:43 +0530 Subject: [PATCH] enable NTP using systemd-timesyncd.service --- scripts/chroot-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/chroot-setup.sh b/scripts/chroot-setup.sh index bf75911..16d30e7 100644 --- a/scripts/chroot-setup.sh +++ b/scripts/chroot-setup.sh @@ -203,6 +203,7 @@ EOF # enable services systemctl enable firewalld.service +systemctl enable systemd-timesyncd.service systemctl enable systemd-boot-update.service systemctl enable sddm.service systemctl enable libvirtd.service