mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
The path changed in 607354731b
, but the init script is still trying to
run kodi-gbm from the old path
13 lines
271 B
Bash
13 lines
271 B
Bash
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
|
|
name="Kodi"
|
|
description="A software media player and entertainment hub for digital media"
|
|
|
|
command=/usr/bin/kodi-gbm
|
|
command_args="--standalone"
|
|
command_background=true
|
|
pidfile="/var/run/kodi.pid"
|
|
command_user="kodi:kodi"
|