mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc: (workaround) ensure that xbmc always starts even if xorg starts too late
TODO: deps.. revert this
This commit is contained in:
parent
1759424f50
commit
f29551c539
@ -12,6 +12,9 @@ EnvironmentFile=-/run/openelec/debug/xbmc.conf
|
|||||||
ExecStart=/usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG
|
ExecStart=/usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=always
|
Restart=always
|
||||||
|
### TODO: remove this
|
||||||
|
RestartSec=1
|
||||||
|
StartLimitInterval=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=xbmc.target
|
WantedBy=xbmc.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user