mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xorg: do not attempt to sttart in installer mode
this fixes installer. currently broken
This commit is contained in:
parent
04fffdc9a5
commit
ea9f92953b
@ -3,6 +3,8 @@ Description=configure Xorg Server for %I
|
|||||||
Before=xorg.service
|
Before=xorg.service
|
||||||
Wants=xorg.service
|
Wants=xorg.service
|
||||||
|
|
||||||
|
ConditionKernelCommandLine=!installer
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/lib/xorg/xorg-configure %I
|
ExecStart=/usr/lib/xorg/xorg-configure %I
|
||||||
|
@ -3,6 +3,7 @@ Description=Xorg Server
|
|||||||
Before=graphical.target xbmc.service
|
Before=graphical.target xbmc.service
|
||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
|
||||||
|
ConditionKernelCommandLine=!installer
|
||||||
ConditionPathExists=/run/openelec/xorg-settings.conf
|
ConditionPathExists=/run/openelec/xorg-settings.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user