aports/community/kodi/kodi.initd
Clayton Craft 234aea2360 community/kodi: fix kodi-gbm path in init script
The path changed in 607354731b, but the init script is still trying to
run kodi-gbm from the old path
2023-05-09 08:05:01 +02:00

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"