kumquat-buildroot/package/kodi/kodi.service
Bernd Kuhls 3578459748 package/xbmc: rename to 'kodi', the new upstream project name
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>
2014-12-27 19:58:28 +01:00

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