3578459748
Background information: http://xbmc.org/introducing-kodi-14. In a first step to bump version to 14.0-Helix, we move the xbmc package to a new directory called kodi. Appropriate Config.in.legacy variables are added. [Thomas: rename patches to the new convention.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description = Kodi Entertainment Center
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/lib/xbmc/xbmc.bin --standalone -fs -n
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|
|
|