package/kodi: Fix path to binary in service
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sun, 12 Apr 2015 21:45:36 +0000 (23:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Apr 2015 07:43:02 +0000 (09:43 +0200)
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi/kodi.service

index acd3b8e34b8eba65b74035707ced9fa36bc0e672..f30741c10a3b50a51155b74808458eb24b689cea 100644 (file)
@@ -4,7 +4,7 @@ After = network.target
 
 [Service]
 Type = simple
-ExecStart = /usr/lib/xbmc/xbmc.bin --standalone -fs -n
+ExecStart = /usr/lib/kodi/kodi.bin --standalone -fs -n
 Restart = on-failure
 
 [Install]