aboutsummaryrefslogtreecommitdiffstats
path: root/community/kodi/kodi.initd
blob: 4fedd315b957e9c493d0e5cb80c97c45ae67dfed (plain)
1
2
3
4
5
6
7
8
9
10
11
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"