summaryrefslogtreecommitdiff
path: root/kodi-x11/kodi.init
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-07 10:50:30 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-07 10:50:30 +0200
commit30ad289c78f8003f9a26a20df0518884729050fa (patch)
treecaafeb82096af67659b6d511645fe2ffea3fed7f /kodi-x11/kodi.init
parent237d4ae5cf26d171e4194c9e95c7802513c84ba3 (diff)
downloadalpine-personal-pkgs-30ad289c78f8003f9a26a20df0518884729050fa.tar.gz
alpine-personal-pkgs-30ad289c78f8003f9a26a20df0518884729050fa.tar.bz2
alpine-personal-pkgs-30ad289c78f8003f9a26a20df0518884729050fa.zip
Drop kodi for now
Diffstat (limited to 'kodi-x11/kodi.init')
-rw-r--r--kodi-x11/kodi.init17
1 files changed, 0 insertions, 17 deletions
diff --git a/kodi-x11/kodi.init b/kodi-x11/kodi.init
deleted file mode 100644
index 89ae701..0000000
--- a/kodi-x11/kodi.init
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-
-supervisor=supervise-daemon
-
-name="Kodi"
-description="A software media player and entertainment hub for digital media"
-
-command="/usr/bin/xinit"
-command_args="/usr/bin/kodi-standalone -- :0"
-command_user="kodi:kodi"
-command_background="yes"
-directory="/var/lib/kodi"
-pidfile="/var/run/kodi.pid"
-
-depend() {
- need net
-}