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.
pull/1/head
Dustin 2022-04-06 17:47:36 -05:00
parent 7e12510413
commit 4aadca95a2
1 changed files with 2 additions and 2 deletions

View File

@ -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