From 5e3b57d42f21f87f04f3fcdb8d8f82d151376426 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 1 Dec 2018 21:05:41 -0500 Subject: [PATCH] archlinux: Remove redundant timedatectl command Since all systemd's timedatectl does is create the same symlink we made in the installation media, duplicating it here isn't necessary. --- .archlinux/install-scripts/004-postinstall | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.archlinux/install-scripts/004-postinstall b/.archlinux/install-scripts/004-postinstall index 28ba004..28b06e0 100755 --- a/.archlinux/install-scripts/004-postinstall +++ b/.archlinux/install-scripts/004-postinstall @@ -13,8 +13,7 @@ read USERNAME # Start and enable the DHCP client daemon service systemctl enable --now dhcpcd.service -# Set the timezone with systemd, and sync it periodically with a remote server -timedatectl set-timezone America/New_York +# Sync the time periodically with a remote server timedatectl set-ntp true # Change the systemd wait time from 90s to 30s, mitigating a potential hang at shutdown