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
parent
7e12510413
commit
4aadca95a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue