summaryrefslogtreecommitdiff
path: root/kodi/kodi.initd
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-02-13 08:31:23 +0100
committerKarel Kočí <cynerd@email.cz>2020-02-13 08:31:23 +0100
commit3ec4d97a54ea72054638fec340bd58819b30ec01 (patch)
tree305f6e726d0f7571ca8cffe7dfd09fb59e3bcf2f /kodi/kodi.initd
parent3051cb1d103c8e600346a1a5be268c1343c54f46 (diff)
downloadalpine-personal-pkgs-3ec4d97a54ea72054638fec340bd58819b30ec01.tar.gz
alpine-personal-pkgs-3ec4d97a54ea72054638fec340bd58819b30ec01.tar.bz2
alpine-personal-pkgs-3ec4d97a54ea72054638fec340bd58819b30ec01.zip
kodi-rpi: rename from kodi and try to improve and clean
Diffstat (limited to 'kodi/kodi.initd')
-rw-r--r--kodi/kodi.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/kodi/kodi.initd b/kodi/kodi.initd
deleted file mode 100644
index 4fedd31..0000000
--- a/kodi/kodi.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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"