From fda42396b11d15726b9264f9bfdd6f68c439f5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 4 Feb 2020 23:56:44 +0100 Subject: kodi: add and try to add raspberry pi build --- kodi/kodi.initd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kodi/kodi.initd (limited to 'kodi/kodi.initd') diff --git a/kodi/kodi.initd b/kodi/kodi.initd new file mode 100644 index 0000000..4fedd31 --- /dev/null +++ b/kodi/kodi.initd @@ -0,0 +1,12 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon + +name="Kodi" +description="A software media player and entertainment hub for digital media" + +command=/usr/lib/kodi/kodi-gbm +command_args="--standalone" +command_background=true +pidfile="/var/run/kodi.pid" +command_user="kodi:kodi" -- cgit v1.2.3