Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin c7a21b404d Start Firefox as soon as X starts
basementhud/pipeline/head This commit looks good Details
There's no reason to wait for an incoming Marionette connection to start
Firefox.  Anyway, starting it earlier avoids a bunch of "connection
refused" spam from `systemd-socket-proxyd`.
2022-04-06 17:48:45 -05:00
Dustin 4aadca95a2 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.
2022-04-06 17:47:36 -05:00
2 changed files with 3 additions and 3 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

View File

@ -3,5 +3,5 @@
xset s off
xset -dpms
systemctl --user import-environment DISPLAY
systemctl --user start firefox-marionette.socket
systemctl --user start firefox-marionette.socket firefox
exec openbox