xorg: do not attempt to sttart in installer mode

this fixes installer. currently broken
This commit is contained in:
Stefan Saraev 2013-11-03 16:03:13 +02:00
parent 04fffdc9a5
commit ea9f92953b
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Description=configure Xorg Server for %I
Before=xorg.service
Wants=xorg.service
ConditionKernelCommandLine=!installer
[Service]
Type=oneshot
ExecStart=/usr/lib/xorg/xorg-configure %I

View File

@ -3,6 +3,7 @@ Description=Xorg Server
Before=graphical.target xbmc.service
After=multi-user.target
ConditionKernelCommandLine=!installer
ConditionPathExists=/run/openelec/xorg-settings.conf
[Service]