mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #4560 from chewitt/xorg-error
xorg: prevent _XSERVTransTransNoListen error
This commit is contained in:
commit
1031192ae6
@ -7,7 +7,7 @@ ConditionKernelCommandLine=!installer
|
|||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
EnvironmentFile=-/run/openelec/debug/xorg.conf
|
EnvironmentFile=-/run/openelec/debug/xorg.conf
|
||||||
ExecStart=/usr/bin/xorg-launch vt01 $XORG_DEBUG
|
ExecStart=/usr/bin/xorg-launch -nolisten tcp vt01 $XORG_DEBUG
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
StartLimitInterval=0
|
StartLimitInterval=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user