xbmc: (workaround) ensure that xbmc always starts even if xorg starts too late

TODO: deps.. revert this
This commit is contained in:
Stefan Saraev 2013-08-29 00:57:38 +03:00
parent 1759424f50
commit f29551c539

View File

@ -12,6 +12,9 @@ EnvironmentFile=-/run/openelec/debug/xbmc.conf
ExecStart=/usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG
KillMode=process
Restart=always
### TODO: remove this
RestartSec=1
StartLimitInterval=0
[Install]
WantedBy=xbmc.target