From 4aadca95a233aefb3a7fa49b5c4c4fef5bf2b3bc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Apr 2022 17:47:36 -0500 Subject: [PATCH] Do not wait for NTP sync to start Xorg Now that the system clock is set from the RTC, the time will be close enough to correct by the time Xorg starts that there won't be any certificate issues. We can shave several seconds off the startup time now. --- overlay/etc/systemd/system/xinit@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/etc/systemd/system/xinit@.service b/overlay/etc/systemd/system/xinit@.service index f051747..a07f05f 100644 --- a/overlay/etc/systemd/system/xinit@.service +++ b/overlay/etc/systemd/system/xinit@.service @@ -2,8 +2,8 @@ Description=Start X.org for user %I Wants=network-online.target After=network-online.target -Wants=time-sync.target -After=time-sync.target +Wants=time-set.target +After=time-set.target [Service] Type=simple