#!/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 }