summaryrefslogtreecommitdiff
path: root/kodi/kodi.initd
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-02-04 23:56:44 +0100
committerKarel Kočí <cynerd@email.cz>2020-02-04 23:56:44 +0100
commitfda42396b11d15726b9264f9bfdd6f68c439f5ff (patch)
tree66149f03b80f07074844b506cdfb37f4d2a3bd7e /kodi/kodi.initd
parentdfcb10fdfdd7f18be775c142fe70b6d06e124d3a (diff)
downloadalpine-personal-pkgs-fda42396b11d15726b9264f9bfdd6f68c439f5ff.tar.gz
alpine-personal-pkgs-fda42396b11d15726b9264f9bfdd6f68c439f5ff.tar.bz2
alpine-personal-pkgs-fda42396b11d15726b9264f9bfdd6f68c439f5ff.zip
kodi: add and try to add raspberry pi build
Diffstat (limited to 'kodi/kodi.initd')
-rw-r--r--kodi/kodi.initd12
1 files changed, 12 insertions, 0 deletions
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"