xorg-server: rework debugmode service

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-18 14:14:51 +02:00
parent bf55fa7580
commit e8ae1050d0
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
XORG_DEBUG="-logverbose 6 -verbose 6"

View File

@ -7,7 +7,7 @@ ConditionPathExists=/run/openelec/xorg-settings.conf
[Service]
EnvironmentFile=/run/openelec/xorg-settings.conf
EnvironmentFile=-/run/openelec/debug.conf
EnvironmentFile=-/run/openelec/debug/xorg.conf
ExecStart=/usr/bin/Xorg vt01 $XORG_ARGS $XORG_DEBUG
Restart=always