#!/sbin/openrc-run thisdir="$(dirname "$(readlink -f "$1")")" supervisor=supervise-daemon respawn_delay=3 respawn_max=2 respawn_period=10 description="Media Control" command="raku media-control.raku" pidfile="${thisdir}/media-control.pid" command_user=dakkar output_log="${thisdir}/log.out" error_log="${thisdir}/log.err" directory="$thisdir" name="media-control" procname="raku" depend() { need localmount net after bootmisc }